Skip to content

Commit 744c6de

Browse files
aafeijoo-susejohannbg
authored andcommitted
fix(network-manager): correct wrong local network configuration path
1 parent 2eb733c commit 744c6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules.d/35network-manager/module-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ install() {
5353

5454
# Adding default link
5555
inst_multiple -o "${systemdutildir}/network/99-default.link"
56-
[[ $hostonly ]] && inst_multiple -H -o "${systemdsystemconfdir}/network/*.link"
56+
[[ $hostonly ]] && inst_multiple -H -o "${systemdnetworkconfdir}/*.link"
5757

5858
$SYSTEMCTL -q --root "$initdir" enable nm-initrd.service
5959
fi

0 commit comments

Comments
 (0)