summaryrefslogtreecommitdiffstats
path: root/server/ipxe/main.ipxe
blob: 3bb8e86e6f51e4488a2844a94b48f34136dd9622 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!ipxe
ifopen

# Wallpaper
set img tftp://10.8.102.124/ipxeWallpaper3_scale.png || shell
console --picture ${img} --x 800 --y 600 || shell

:loop
chain https://bas.intra.uni-freiburg.de/api/configloader/${uuid}
goto loop