Sfoglia il codice sorgente

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 anno fa
parent
commit
7c2a473ad8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.