From 8276c5e6453526504dabd29457b59aea1f075bae Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 10 Oct 2018 15:02:27 +0000 Subject: [ipxe] Add wallpaper to the embeded script, clean default script. --- server/ipxe/main.ipxe | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'server/ipxe/main.ipxe') diff --git a/server/ipxe/main.ipxe b/server/ipxe/main.ipxe index 64b9f2e..fb778af 100644 --- a/server/ipxe/main.ipxe +++ b/server/ipxe/main.ipxe @@ -1,4 +1,8 @@ #!ipxe ifopen +# Wallpaper +set img tftp://10.8.102.124/ipxeWallpaper3_scale.png || shell +console --picture ${img} --x 800 --y 600 || shell + chain https://bas.stfu-kthx.net:8888/api/configloader/${uuid} \ No newline at end of file -- cgit v1.2.3-55-g7522