pvc-installer/templates/host-ipxe.j2

6 lines
106 B
Django/Jinja

#!ipxe
{% if imgargs_host is defined and imgargs_host %}
set imgargs-host {{ imgargs_host }}
{% endif %}