We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1922b12 commit cd19da3Copy full SHA for cd19da3
modules.d/35network-legacy/module-setup.sh
@@ -24,7 +24,7 @@ install() {
24
25
#Adding default link
26
if dracut_module_included "systemd"; then
27
- inst_multiple -o "${systemdutildir}/network/99-default.link"
+ inst_multiple -o "${systemdnetwork}/99-default.link"
28
[[ $hostonly ]] && inst_multiple -H -o "${systemdnetworkconfdir}/*.link"
29
fi
30
0 commit comments