blob: a2ce8081a66254a07360f6afcf1e6a7f76da734d (
plain)
1
2
3
4
5
6
7
|
#!ipxe
prompt --key 0x02 --timeout 7000 shoelaces: Press Ctrl-B for manual override... \
&& chain -ar http://localhost:18888/ipxemenu \
|| chain -ar http://localhost:18888/poll/1/06-66-de-ad-be-ef
# Note: the iPXE client will see the above code as an endless loop.
# However, Shoelaces server can break that loop to enable further booting.
|