From c76b534aaaa2276e8f367a827e5012a21773b4b6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 28 Oct 2020 11:44:50 -0700 Subject: [PATCH] clevis: add spaces around interface name Without this, newer fedoras warn on dract runs: dracut: WARNING: +=" ": should have surrounding white spaces! dracut: WARNING: This will lead to unwanted side effects! Please fix the configuration file. Signed-off-by: Kevin Fenzi --- roles/clevis/templates/99-clevis-fix.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/clevis/templates/99-clevis-fix.conf b/roles/clevis/templates/99-clevis-fix.conf index e84059cf93..7243130b8f 100644 --- a/roles/clevis/templates/99-clevis-fix.conf +++ b/roles/clevis/templates/99-clevis-fix.conf @@ -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 "