blob: 245ade55ee378fcb259437a018f459ba55ea49c5 (
plain)
1
2
3
4
5
6
7
8
9
|
#!ipxe
echo Shoelaces starts polling
chain --autofree --replace \
http://localhost:18888/poll/1/${netX/mac:hexhyp}
#
#
# Do
# curl http://localhost:18888/poll/1/06-66-de-ad-be-ef
# to get an idea about what the iPXE client will receive.
|