Преглед изворни кода

Updates exit code for local boot

Use exit 1 instead of exit 0 so next device is loaded

Closes: https://github.com/netbootxyz/netboot.xyz/issues/1276
Antony Messerli пре 1 година
родитељ
комит
7c2a473ad8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      roles/netbootxyz/templates/menu/menu.ipxe.j2

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

@@ -104,7 +104,7 @@ goto main_menu
 
 :local
 echo Booting from local disks ...
-exit 0
+exit 1
 
 :shell
 echo Type "exit" to return to menu.