clevis: add spaces around interface name

Without this, newer fedoras warn on dract runs:

dracut: WARNING: <key>+=" <values> ": <values> should have surrounding white spaces!
dracut: WARNING: This will lead to unwanted side effects! Please fix the configuration file.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-10-28 11:44:50 -07:00
parent 59a466528c
commit c76b534aaa

View file

@ -8,4 +8,4 @@ kernel_cmdline="ip={{ eno1_ip }}::{{ gw }}:{{ nm }}::eno1:none:{{ dns }}"
{% endif %}
# Don't create /etc/sysconfig/network-scripts/ifcfg-* files during boot
omit_dracutmodules+="ifcfg"
omit_dracutmodules+=" ifcfg "