diff options
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index aa6e578..8fb45eb 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1775,7 +1775,7 @@ EOT # Ensure that NetworkManager uses its internal DHCP client - seems to give # better compliancy: sed -e "s/^dhcp=dhcpcd/#&/" -e "s/^#\(dhcp=internal\)/\1/" \ - -i ${LIVE_ROOTDIR}/etc/NetworkManager/NetworkManager.conf + -i ${LIVE_ROOTDIR}/etc/NetworkManager/conf.d/00-dhcp-client.conf else # Use Slackware's own network configurion routing for eth0 in the base image: |