summaryrefslogtreecommitdiffstats
path: root/server/ipxe/main.ipxe
diff options
context:
space:
mode:
Diffstat (limited to 'server/ipxe/main.ipxe')
-rw-r--r--server/ipxe/main.ipxe30
1 files changed, 4 insertions, 26 deletions
diff --git a/server/ipxe/main.ipxe b/server/ipxe/main.ipxe
index f77e58d..e470108 100644
--- a/server/ipxe/main.ipxe
+++ b/server/ipxe/main.ipxe
@@ -1,28 +1,6 @@
#!ipxe
-dhcp
+ifopen
+shell
-# Wallpaper
-set img http://christophermckinney.net/wp-content/uploads/2017/08/Wallpaper.png
-console --picture ${img} --x 800 --y 600
-
-:start
-menu Please choose a webserver to load the ipxe menu:
-item js Jannik
-item uw Udo
-item ch Chris
-item sh [Shell]
-choose target && goto ${target}
-
-:js
-set crosscert http://ca.ipxe.org/auto/
-chain --replace https://bas.stfu-kthx.net:8888/api/ipxe/load/script ||
-goto start
-:uw
-chain http://10.4.9.115/boot.php ||
-goto start
-:ch
-chain http://10.4.9.122/boot.php ||
-goto start
-:sh
-shell ||
-goto start
+#set crosscert http://ca.ipxe.org/auto/
+chain https://bas.stfu-kthx.net:8888/api/configloader/${uuid} \ No newline at end of file