blob: 0e35aa6033dcc3d42b07163ba5684a6c6cdb83c7 (
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 will break that loop after a fixed number of retries.
|