Browse Source

Add some exits

Antony Messerli 9 năm trước cách đây
mục cha
commit
12d3c9d83c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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