From 45d58193d8ed64a00921ee7bdcc337517723d946 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 20 Feb 2021 00:26:32 +0100 Subject: NetworkManager dhcp client configuration is now in conf.d subdirectory --- make_slackware_live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make_slackware_live.sh') 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: -- cgit v1.2.3