summaryrefslogtreecommitdiffstats
path: root/server/ipxe
diff options
context:
space:
mode:
authorJannik Schönartz2019-05-16 14:27:11 +0200
committerJannik Schönartz2019-05-16 14:27:11 +0200
commitefc1f50b77c67e1df6763e180ee057f1baa4e3a1 (patch)
tree66f0c1418797e7e323616cf55cce884bd3f288d1 /server/ipxe
parent[documentation] Add faq pages & add webapp tutorial classes for the home module (diff)
downloadbas-efc1f50b77c67e1df6763e180ee057f1baa4e3a1.tar.gz
bas-efc1f50b77c67e1df6763e180ee057f1baa4e3a1.tar.xz
bas-efc1f50b77c67e1df6763e180ee057f1baa4e3a1.zip
[registration] Little clean up of the registration ipxe menu
Diffstat (limited to 'server/ipxe')
-rw-r--r--server/ipxe/registration.ipxe15
1 files changed, 0 insertions, 15 deletions
diff --git a/server/ipxe/registration.ipxe b/server/ipxe/registration.ipxe
index 3101483..f4c4bec 100644
--- a/server/ipxe/registration.ipxe
+++ b/server/ipxe/registration.ipxe
@@ -1,24 +1,15 @@
#!ipxe
-# Wallpaper
-set crosscert http://ca.ipxe.org/auto/
-#set img https://ife-server.com/b4db0y/ipxeWallpaper4.png || shell
-#set img tftp://bas.stfu-kthx.net/ipxeWallpaper4.png || shell
-#set img tftp://10.8.102.124/ipxeWallpaper3_scale.png || shell
-#console --picture ${img} --x 800 --y 600 || shell
-
:start
menu Initializing client registration
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
item --key s sh [Shell]
-item --key u update Reload Menufile
choose --default automatic --timeout 25000 target && goto ${target} || goto automatic
:bwlehrpool
@@ -48,9 +39,6 @@ param id 0
chain https://bas.intra.uni-freiburg.de/api/registration/group##params ||
goto start
-:key
-chain -ar http://132.230.4.6/tbk/ReplaceKeysWithOwnKeys.efi
-
:reboot
reboot
@@ -67,6 +55,3 @@ iseq ${password} sh || goto start
clear username
clear password
shell
-
-:update
-chain -ar registration.ipxe