Skip to content

Commit 2eb733c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install() {
2525
#Adding default link
2626
if dracut_module_included "systemd"; then
2727
inst_multiple -o "${systemdutildir}/network/99-default.link"
28-
[[ $hostonly ]] && inst_multiple -H -o "${systemdsystemconfdir}/network/*.link"
28+
[[ $hostonly ]] && inst_multiple -H -o "${systemdnetworkconfdir}/*.link"
2929
fi
3030

3131
inst_multiple ip dhclient sed awk grep pgrep tr expr

0 commit comments

Comments
 (0)