]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
refactor(network-legacy): use more precise global variables
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 11 Jul 2022 11:29:29 +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-legacy/module-setup.sh

index a3d6e677b8fe197b579ed91f82e092462d0e3b13..e57fc6fa43adbb1ad2283f5f88eb38a79f0ee25f 100755 (executable)
@@ -24,7 +24,7 @@ install() {
 
     #Adding default link
     if dracut_module_included "systemd"; then
-        inst_multiple -o "${systemdutildir}/network/99-default.link"
+        inst_multiple -o "${systemdnetwork}/99-default.link"
         [[ $hostonly ]] && inst_multiple -H -o "${systemdnetworkconfdir}/*.link"
     fi