summaryrefslogtreecommitdiffstats
path: root/server/ipxe/main.ipxe
diff options
context:
space:
mode:
authorJannik Schönartz2018-08-17 08:39:55 +0200
committerJannik Schönartz2018-08-17 08:39:55 +0200
commit1667e801098e334e30b5c8a19919084f6063b42e (patch)
tree532630c936cb5c7395b658faf24319a4bd7e0201 /server/ipxe/main.ipxe
parent[server/router] Fix eslint errors (diff)
downloadbas-1667e801098e334e30b5c8a19919084f6063b42e.tar.gz
bas-1667e801098e334e30b5c8a19919084f6063b42e.tar.xz
bas-1667e801098e334e30b5c8a19919084f6063b42e.zip
[firstregistration] First start of the new client registration
Router now also can use non auth methods. (Used for the registration calls) Added ipxe scripts for the registration Added backend methods for dynamic ipxe scripts and first try of a dhcp api call
Diffstat (limited to 'server/ipxe/main.ipxe')
-rw-r--r--server/ipxe/main.ipxe8
1 files changed, 4 insertions, 4 deletions
diff --git a/server/ipxe/main.ipxe b/server/ipxe/main.ipxe
index 763725a..f77e58d 100644
--- a/server/ipxe/main.ipxe
+++ b/server/ipxe/main.ipxe
@@ -15,14 +15,14 @@ choose target && goto ${target}
:js
set crosscert http://ca.ipxe.org/auto/
-chain https://bas.stfu-kthx.net:8888/api/ipxe/loadScript ||
+chain --replace https://bas.stfu-kthx.net:8888/api/ipxe/load/script ||
goto start
:uw
-chain http://10.4.9.115/boot.php
+chain http://10.4.9.115/boot.php ||
goto start
:ch
-chain http://10.4.9.122/boot.php
+chain http://10.4.9.122/boot.php ||
goto start
:sh
-shell
+shell ||
goto start