summaryrefslogtreecommitdiffstats
path: root/server/ipxe/default.ipxe
blob: 655ca7a2f3ea6b3b68b596266cfd4d2625474841 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!ipxe

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

:start
menu Default Script:
item bwlehrpool bwLehrpool
item reg Registration
item sh [Shell]
choose target && goto ${target}

:bwlehrpool
chain --replace http://132.230.4.2/tftp/ipxelinux.0

:reg
set crosscert http://ca.ipxe.org/auto/
chain --replace https://bas.stfu-kthx.net:8888/api/ipxe/load/registration ||
goto start


:sh
shell ||
goto start