summaryrefslogtreecommitdiffstats
path: root/server/ipxe/registration.ipxe
diff options
context:
space:
mode:
authorJannik Schönartz2018-12-11 15:51:58 +0100
committerJannik Schönartz2018-12-11 15:51:58 +0100
commit92e2d90dd65dd9b68b6e779c41993d73be5d6e94 (patch)
tree257ead3922b89512deef8a6dd56e86fd77729933 /server/ipxe/registration.ipxe
parent[registration/idoit] TPM upload functionality + improve hw specs (diff)
downloadbas-92e2d90dd65dd9b68b6e779c41993d73be5d6e94.tar.gz
bas-92e2d90dd65dd9b68b6e779c41993d73be5d6e94.tar.xz
bas-92e2d90dd65dd9b68b6e779c41993d73be5d6e94.zip
Rename registrations in registration.
Diffstat (limited to 'server/ipxe/registration.ipxe')
-rw-r--r--server/ipxe/registration.ipxe8
1 files changed, 4 insertions, 4 deletions
diff --git a/server/ipxe/registration.ipxe b/server/ipxe/registration.ipxe
index c7fa24c..66e34e2 100644
--- a/server/ipxe/registration.ipxe
+++ b/server/ipxe/registration.ipxe
@@ -4,8 +4,8 @@
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://10.8.102.124/ipxeWallpaper3_scale.png || shell
-console --picture ${img} --x 800 --y 600 || shell
+#set img tftp://10.8.102.124/ipxeWallpaper3_scale.png || shell
+#console --picture ${img} --x 800 --y 600 || shell
:start
menu Initializing client registration
@@ -28,12 +28,12 @@ param mac ${net0/mac}
param uuid ${uuid}
param ip ${net0/ip}
param purpose Pool PC
-chain https://bas.intra.uni-freiburg.de/api/registrations/add##params
+chain https://bas.intra.uni-freiburg.de/api/registration/add##params
:manual
params
param id 0
-chain https://bas.intra.uni-freiburg.de/api/registrations/group##params ||
+chain https://bas.intra.uni-freiburg.de/api/registration/group##params ||
goto start
:reboot