summaryrefslogtreecommitdiffstats
path: root/server/ipxe
diff options
context:
space:
mode:
authorJannik Schönartz2019-10-28 18:21:30 +0100
committerJannik Schönartz2019-10-28 18:21:30 +0100
commit9f057b6941fa77d8021ec99230689941c77193b3 (patch)
treee0c7c628d1c28a5cfae38e50df0cff7882e11af2 /server/ipxe
parent[groups] Add first implementation of the new config path ui (diff)
downloadbas-9f057b6941fa77d8021ec99230689941c77193b3.tar.gz
bas-9f057b6941fa77d8021ec99230689941c77193b3.tar.xz
bas-9f057b6941fa77d8021ec99230689941c77193b3.zip
[server/configloader] Add a better (dynamic) default config, delete the old default config & eslint fix
Diffstat (limited to 'server/ipxe')
-rw-r--r--server/ipxe/default.ipxe31
1 files changed, 0 insertions, 31 deletions
diff --git a/server/ipxe/default.ipxe b/server/ipxe/default.ipxe
deleted file mode 100644
index 8ed6c1f..0000000
--- a/server/ipxe/default.ipxe
+++ /dev/null
@@ -1,31 +0,0 @@
-#!ipxe
-
-:start
-menu Default Script:
-item bwlehrpool bwLehrpool
-item bwlehrpool_efi bwLehrpool_efi
-item bwlehrpool_tpm bwLehrpool_tpm
-item --key r registration Registration
-item --key s sh [Shell]
-choose --default automatic --timeout 25000 target && goto ${target}
-
-:bwlehrpool
-#chain --replace http://132.230.4.2/tftp/ipxelinux.0
-chain --replace http://132.230.4.2/boot/ipxe
-
-:bwlehrpool_efi
-#chain --replace http://132.230.8.192/tftp/snponly.efi || shell
-chain --replace http://132.230.8.197/tftp/snponly.efi || shell
-
-:bwlehrpool_tpm
-kernel http://132.230.4.6/tbk/kernel-neu.sb.efi
-boot
-
-:registration
-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