From: Antonio Alvarez Feijoo Date: Mon, 11 Jul 2022 11:08:40 +0000 (+0200) Subject: fix(network-legacy): correct wrong local network configuration path X-Git-Tag: 058~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eb733cc11c09358b79e2c73218953f5bb64da93;p=thirdparty%2Fdracut.git fix(network-legacy): correct wrong local network configuration path --- diff --git a/modules.d/35network-legacy/module-setup.sh b/modules.d/35network-legacy/module-setup.sh index 84dcf7f5b..a3d6e677b 100755 --- a/modules.d/35network-legacy/module-setup.sh +++ b/modules.d/35network-legacy/module-setup.sh @@ -25,7 +25,7 @@ install() { #Adding default link if dracut_module_included "systemd"; then inst_multiple -o "${systemdutildir}/network/99-default.link" - [[ $hostonly ]] && inst_multiple -H -o "${systemdsystemconfdir}/network/*.link" + [[ $hostonly ]] && inst_multiple -H -o "${systemdnetworkconfdir}/*.link" fi inst_multiple ip dhclient sed awk grep pgrep tr expr