Some checks failed
Run Check Script / check (pull_request) Failing after 36s
7 lines
157 B
Django/Jinja
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
|