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

################
# EFI Version #
################

ifopen
dhcp

# 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