From: Antonio Alvarez Feijoo Date: Mon, 11 Jul 2022 11:29:29 +0000 (+0200) Subject: refactor(network-legacy): use more precise global variables X-Git-Tag: 058~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd19da33f8e6e4e0f38b3a2167e7549ee828730b;p=thirdparty%2Fdracut.git refactor(network-legacy): use more precise global variables --- diff --git a/modules.d/35network-legacy/module-setup.sh b/modules.d/35network-legacy/module-setup.sh index a3d6e677b..e57fc6fa4 100755 --- a/modules.d/35network-legacy/module-setup.sh +++ b/modules.d/35network-legacy/module-setup.sh @@ -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