pvc-installer/templates/host-ipxe.j2

6 lines
108 B
Plaintext
Raw Normal View History

#!ipxe
2021-12-19 04:14:38 -05:00
{% if imgargs_host is defined and imgargs_host -%}
set imgargs-host {{ imgargs_host }}
2021-12-19 04:14:38 -05:00
{%- endif %}