blob: a941b7adea2f2579dda76f6e52226b5fc2682b75 (
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/ff-ff-ff-ff-ff-ff
# Note: the iPXE client will see the above code as an endless loop.
# However, Shoelaces will break that loop after a fixed number of retries.
|