From 1e7499c1dbd13da026c8f250d6b448992c92fdb8 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Mon, 11 May 2020 19:14:08 -0400 Subject: [PATCH] network-manager, keep extra config reference in separate files --- helpers/make-network-manager | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/helpers/make-network-manager b/helpers/make-network-manager index 32feed9f..b75ccc38 100644 --- a/helpers/make-network-manager +++ b/helpers/make-network-manager @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 COMPONENT=main . ./config @@ -33,21 +33,6 @@ sed '/FQDN_TAG/s|added by NetworkManager|Enable at /etc/dhcp/dhclient.conf|' -i # This breaks builds rm debian/network-manager.examples -# Commented out extra features on config file -cat << EOF >> debian/NetworkManager.conf - -# Note: to enable sending the hostname to your local router during DHCP requests, see /etc/dhcp/dhclient.conf - -# Enable scanning wifi networks using random mac addresses if your hardware supports it -# wifi.scan-rand-mac-address=no - -# Uncomment the next 4 lines to enable random (but permanent per-network) mac addresses -# [connection] -# wifi.cloned-mac-address=stable -# ethernet.cloned-mac-address=stable -# connection.stable-id=\${CONNECTION}/\$(BOOT) -EOF - changelog "Do not send hostname on dhcp, plus other features" compile -- GitLab