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 b9dc999 commit 2eb733cCopy full SHA for 2eb733c
modules.d/35network-legacy/module-setup.sh
@@ -25,7 +25,7 @@ install() {
25
#Adding default link
26
if dracut_module_included "systemd"; then
27
inst_multiple -o "${systemdutildir}/network/99-default.link"
28
- [[ $hostonly ]] && inst_multiple -H -o "${systemdsystemconfdir}/network/*.link"
+ [[ $hostonly ]] && inst_multiple -H -o "${systemdnetworkconfdir}/*.link"
29
fi
30
31
inst_multiple ip dhclient sed awk grep pgrep tr expr
0 commit comments