Browse Source

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 year ago
parent
commit
7c2a473ad8
1 changed files with 1 additions and 1 deletions
  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.