From 92e2d90dd65dd9b68b6e779c41993d73be5d6e94 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Tue, 11 Dec 2018 14:51:58 +0000 Subject: Rename registrations in registration. --- server/ipxe/registration.ipxe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'server/ipxe/registration.ipxe') 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 -- cgit v1.2.3-55-g7522