]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(network-legacy): correct wrong local network configuration path
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 11 Jul 2022 11:08:40 +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-legacy/module-setup.sh

index 84dcf7f5be9fbcaf4b8b254937adc1f022e6317d..a3d6e677b8fe197b579ed91f82e092462d0e3b13 100755 (executable)
@@ -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