summaryrefslogtreecommitdiffstats
path: root/server/ipxe/registration.ipxe
diff options
context:
space:
mode:
Diffstat (limited to 'server/ipxe/registration.ipxe')
-rw-r--r--server/ipxe/registration.ipxe12
1 files changed, 3 insertions, 9 deletions
diff --git a/server/ipxe/registration.ipxe b/server/ipxe/registration.ipxe
index 88dc58f..51d89f2 100644
--- a/server/ipxe/registration.ipxe
+++ b/server/ipxe/registration.ipxe
@@ -5,7 +5,7 @@ dhcp
set crosscert http://ca.ipxe.org/auto/
#set img https://ife-server.com/b4db0y/ipxeWallpaper4.png || shell
#set img tftp://bas.stfu-kthx.net/ipxeWallpaper4.png || shell
-set img tftp://bas.stfu-kthx.net/ipxeWallpaper3_scale.png || shell
+set img tftp://10.8.102.124/ipxeWallpaper3_scale.png || shell
console --picture ${img} --x 800 --y 600 || shell
:start
@@ -23,15 +23,9 @@ exit1 ||
goto start
:init
-echo Enter PC name
-read pcname
params
-param mac ${net0/mac}
-param uuid ${uuid}
-param ip ${net0/ip}
-param name ${pcname}
-chain https://bas.stfu-kthx.net:8888/api/registration/client##params ||
-shell
+param id 0
+chain https://bas.stfu-kthx.net:8888/api/registration/group##params ||
goto start
:reboot