]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(network-manager): correct wrong local network configuration path
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 11 Jul 2022 11:08:57 +0000 (13:08 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Thu, 29 Sep 2022 05:37:07 +0000 (05:37 +0000)
modules.d/35network-manager/module-setup.sh

index 04898a39e7c587c5fc423c2dcf5587885ebe0acb..8299a0fd6d832eabcde1a42e79ee1d1ce503a64d 100755 (executable)
@@ -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