harmony/data/watchguard/pxe-http-files/boot.ipxe

7 lines
152 B
Plaintext

#!ipxe
set base-url http://192.168.33.1:8080
set hostfile ${base-url}/byMAC/01-${mac:hexhyp}.ipxe
chain ${hostfile} || chain ${base-url}/default.ipxe