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.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