Skip to content
Snippets Groups Projects
Commit 1e7499c1 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

network-manager, keep extra config reference in separate files

parent 750189e1
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
COMPONENT=main COMPONENT=main
. ./config . ./config
...@@ -33,21 +33,6 @@ sed '/FQDN_TAG/s|added by NetworkManager|Enable at /etc/dhcp/dhclient.conf|' -i ...@@ -33,21 +33,6 @@ sed '/FQDN_TAG/s|added by NetworkManager|Enable at /etc/dhcp/dhclient.conf|' -i
# This breaks builds # This breaks builds
rm debian/network-manager.examples 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" changelog "Do not send hostname on dhcp, plus other features"
compile compile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment