summaryrefslogtreecommitdiffstats
path: root/server/ipxe
diff options
context:
space:
mode:
authorJannik Schönartz2018-12-03 00:52:52 +0100
committerJannik Schönartz2018-12-03 00:52:52 +0100
commit07c616c764ec972836a1e2f746d4cc9a0b3d7731 (patch)
treef1c855fd7d8034d95654e57da27168efc2f89b3b /server/ipxe
parenteslint fixes (diff)
downloadbas-07c616c764ec972836a1e2f746d4cc9a0b3d7731.tar.gz
bas-07c616c764ec972836a1e2f746d4cc9a0b3d7731.tar.xz
bas-07c616c764ec972836a1e2f746d4cc9a0b3d7731.zip
[sequelize] Change clientid constraint onDelete Set NULL to cascade. Delete unnessesary ipxe file.
Diffstat (limited to 'server/ipxe')
-rw-r--r--server/ipxe/default.ipxe25
1 files changed, 0 insertions, 25 deletions
diff --git a/server/ipxe/default.ipxe b/server/ipxe/default.ipxe
deleted file mode 100644
index 655ca7a..0000000
--- a/server/ipxe/default.ipxe
+++ /dev/null
@@ -1,25 +0,0 @@
-#!ipxe
-
-# Wallpaper
-set img tftp://10.8.102.124/ipxeWallpaper3_scale.png || shell
-console --picture ${img} --x 800 --y 600 || shell
-
-: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.stfu-kthx.net:8888/api/ipxe/load/registration ||
-goto start
-
-
-:sh
-shell ||
-goto start \ No newline at end of file