diff --git a/helpers/make-network-manager b/helpers/make-network-manager index 32feed9f70aa49c72590c55d3099faa369b99b6f..b75ccc38aa90c601f56285f464f168b9edeebb52 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