pvc-installer/templates/host-ipxe.j2

6 lines
106 B
Plaintext
Raw Normal View History

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