summaryrefslogtreecommitdiffstats
path: root/server/ipxe
diff options
context:
space:
mode:
authorJannik Schönartz2019-04-15 19:07:13 +0200
committerJannik Schönartz2019-04-15 19:07:13 +0200
commita980baac104ab000e5e6ba5f3e7e01e307304959 (patch)
tree902ce46503d1fd056bc9cad319d9f88a16b5c70e /server/ipxe
parent[eventmanager] UI improvements (diff)
downloadbas-a980baac104ab000e5e6ba5f3e7e01e307304959.tar.gz
bas-a980baac104ab000e5e6ba5f3e7e01e307304959.tar.xz
bas-a980baac104ab000e5e6ba5f3e7e01e307304959.zip
[server] Small bug fixes on the production server
Diffstat (limited to 'server/ipxe')
-rw-r--r--server/ipxe/default.ipxe2
-rw-r--r--server/ipxe/registration.ipxe4
2 files changed, 5 insertions, 1 deletions
diff --git a/server/ipxe/default.ipxe b/server/ipxe/default.ipxe
index 0be460a..8ed6c1f 100644
--- a/server/ipxe/default.ipxe
+++ b/server/ipxe/default.ipxe
@@ -7,7 +7,7 @@ item bwlehrpool_efi bwLehrpool_efi
item bwlehrpool_tpm bwLehrpool_tpm
item --key r registration Registration
item --key s sh [Shell]
-choose target && goto ${target}
+choose --default automatic --timeout 25000 target && goto ${target}
:bwlehrpool
#chain --replace http://132.230.4.2/tftp/ipxelinux.0
diff --git a/server/ipxe/registration.ipxe b/server/ipxe/registration.ipxe
index 1fe2217..3101483 100644
--- a/server/ipxe/registration.ipxe
+++ b/server/ipxe/registration.ipxe
@@ -13,6 +13,7 @@ item --key a automatic Automatic Registration
item --key s semiautomatic Semi-Automatic Registration
item --key m manual Manual Registration
item --key k key Replace Secure Boot Keys
+item --key b bwlehrpool bwLehrpool
item --key l localboot Localboot
item --key r reboot Reboot
item --key p poweroff Power Off
@@ -20,6 +21,9 @@ item --key s sh [Shell]
item --key u update Reload Menufile
choose --default automatic --timeout 25000 target && goto ${target} || goto automatic
+:bwlehrpool
+chain --replace http://132.230.4.2/boot/ipxe
+
:localboot
exit0 ||
exit1 ||