Fix boot.ipxe name and add host-ipxe template
This commit is contained in:
5
templates/host-ipxe.j2
Normal file
5
templates/host-ipxe.j2
Normal file
@ -0,0 +1,5 @@
|
||||
#!ipxe
|
||||
|
||||
{% if imgargs_host is defined and imgargs_host %}
|
||||
set imgargs-host {{ imgargs_host }}
|
||||
{% endif %}
|
Reference in New Issue
Block a user