summaryrefslogtreecommitdiffstats
path: root/server/ipxe/default.ipxe
diff options
context:
space:
mode:
Diffstat (limited to 'server/ipxe/default.ipxe')
-rw-r--r--server/ipxe/default.ipxe21
1 files changed, 21 insertions, 0 deletions
diff --git a/server/ipxe/default.ipxe b/server/ipxe/default.ipxe
new file mode 100644
index 0000000..c16ef2e
--- /dev/null
+++ b/server/ipxe/default.ipxe
@@ -0,0 +1,21 @@
+#!ipxe
+
+:start
+menu Default Script:
+item bwlehrpool bwLehrpool
+item reg Registration
+item sh [Shell]
+choose target && goto ${target}
+
+:bwlehrpool
+chain --replace http://132.230.4.2/tftp/ipxelinux.0
+
+:reg
+set crosscert http://ca.ipxe.org/auto/
+chain --replace https://bas.intra.uni-freiburg.de/api/ipxe/load/registration ||
+goto start
+
+
+:sh
+shell ||
+goto start