Skip to content

Commit

Permalink
fix(network-manager): correct wrong local network configuration path
Browse files Browse the repository at this point in the history
  • Loading branch information
aafeijoo-suse authored and johannbg committed Sep 29, 2022
1 parent 2eb733c commit 744c6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/35network-manager/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install() {

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

$SYSTEMCTL -q --root "$initdir" enable nm-initrd.service
fi
Expand Down

0 comments on commit 744c6de

Please sign in to comment.