From: Antonio Alvarez Feijoo Date: Mon, 11 Jul 2022 11:08:57 +0000 (+0200) Subject: fix(network-manager): correct wrong local network configuration path X-Git-Tag: 058~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=744c6de5cde38d012f93bc53f9076bf9c37b8b72;p=thirdparty%2Fdracut.git fix(network-manager): correct wrong local network configuration path --- diff --git a/modules.d/35network-manager/module-setup.sh b/modules.d/35network-manager/module-setup.sh index 04898a39e..8299a0fd6 100755 --- a/modules.d/35network-manager/module-setup.sh +++ b/modules.d/35network-manager/module-setup.sh @@ -53,7 +53,7 @@ install() { # Adding default link inst_multiple -o "${systemdutildir}/network/99-default.link" - [[ $hostonly ]] && inst_multiple -H -o "${systemdsystemconfdir}/network/*.link" + [[ $hostonly ]] && inst_multiple -H -o "${systemdnetworkconfdir}/*.link" $SYSTEMCTL -q --root "$initdir" enable nm-initrd.service fi