harmony/harmony/templates/boot.ipxe.j2
Ian Letourneau b857412151
Some checks failed
Run Check Script / check (pull_request) Failing after 33s
extract related logic into an OkdIpxeScore
2025-08-29 09:52:11 -04:00

7 lines
157 B
Django/Jinja

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