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:
parent
59a466528c
commit
c76b534aaa
1 changed files with 1 additions and 1 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue