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 2eb733c commit 744c6deCopy full SHA for 744c6de
modules.d/35network-manager/module-setup.sh
@@ -53,7 +53,7 @@ install() {
53
54
# Adding default link
55
inst_multiple -o "${systemdutildir}/network/99-default.link"
56
- [[ $hostonly ]] && inst_multiple -H -o "${systemdsystemconfdir}/network/*.link"
+ [[ $hostonly ]] && inst_multiple -H -o "${systemdnetworkconfdir}/*.link"
57
58
$SYSTEMCTL -q --root "$initdir" enable nm-initrd.service
59
fi
0 commit comments