Explorar el Código

Add some exits

Antony Messerli hace 9 años
padre
commit
12d3c9d83c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/utils.ipxe

+ 2 - 0
src/utils.ipxe

@@ -77,6 +77,7 @@ goto utils_exit
 kernel http://netbootcd.us/downloads/6.4.1/vmlinuz
 initrd http://netbootcd.us/downloads/6.4.1/nbinit4.gz
 boot
+goto utils_exit
 
 :partition_wizard
 kernel ${memdisk} iso raw
@@ -104,6 +105,7 @@ echo -n URL: ${} && read distro_iso
 kernel ${memdisk} iso raw
 initrd ${distro_iso}
 boot
+goto utils_exit
 
 :testpr
 clear github_user