]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
refactor(network-manager): use more precise global variables
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 11 Jul 2022 11:29:56 +0000 (13:29 +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 8299a0fd6d832eabcde1a42e79ee1d1ce503a64d..c93c6a3c8c0e1577bc28535be38f503d55745c6d 100755 (executable)
@@ -52,7 +52,7 @@ install() {
         inst_simple "$moddir"/nm-wait-online-initrd.service "$systemdsystemunitdir"/nm-wait-online-initrd.service
 
         # Adding default link
-        inst_multiple -o "${systemdutildir}/network/99-default.link"
+        inst_multiple -o "${systemdnetwork}/99-default.link"
         [[ $hostonly ]] && inst_multiple -H -o "${systemdnetworkconfdir}/*.link"
 
         $SYSTEMCTL -q --root "$initdir" enable nm-initrd.service