Explorar el Código

Clear any files out before loading alternative endpoints

Antony Messerli hace 3 años
padre
commit
e86c9350e4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      roles/netbootxyz/templates/menu/nbxyz.ipxe.j2

+ 1 - 0
roles/netbootxyz/templates/menu/nbxyz.ipxe.j2

@@ -14,6 +14,7 @@ item nbxyz-prod ${space} Production Release (boot.netboot.xyz)
 item nbxyz-staging ${space} Staging (staging.boot.netboot.xyz)
 item nbxyz-dev ${space} Development (dev.boot.netboot.xyz)
 choose nbxyz_version || goto nbxyz_exit
+imgfree
 goto ${nbxyz_version}
 
 :nbxyz-rolling