summaryrefslogblamecommitdiffstats
path: root/server/ipxe/default.ipxe
blob: c16ef2eb9a9825a22960148c15ff73de2b5de3a6 (plain) (tree)




















                                                                               
#!ipxe

: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.intra.uni-freiburg.de/api/ipxe/load/registration ||
goto start


:sh
shell ||
goto start