harmony/examples/okd_pxe/templates/boot.ipxe.j2
Jean-Gabriel Gill-Couture 57c3b01e66
Some checks failed
Run Check Script / check (pull_request) Failing after 36s
chore: refactor pxe templates to jinja templates rendered by askama
2025-08-22 09:05:18 -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