summaryrefslogtreecommitdiffstats
path: root/server/ipxe/embedded_bios.ipxe
blob: 30dcc605d1c9b8b4f045802fc875c3e94681f202 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!ipxe

################
# BIOS Version #
################

ifopen

# Wallpaper
set img https://bas.intra.uni-freiburg.de/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