Fix boot.ipxe name and add host-ipxe template

This commit is contained in:
2023-09-01 15:41:58 -04:00
parent 5ebc1a76d0
commit 36ffc2cebf
3 changed files with 7 additions and 2 deletions

5
templates/host-ipxe.j2 Normal file
View File

@ -0,0 +1,5 @@
#!ipxe
{% if imgargs_host is defined and imgargs_host %}
set imgargs-host {{ imgargs_host }}
{% endif %}