pvc-installer/templates/host-ipxe.j2

6 lines
108 B
Django/Jinja

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