Don't configure the eth0 interface by default

In xenial, eth0 won't exist (as we've moved to systemd's predictable interface
naming), and even were it to exist, cloud-init would handle configuring it on
boot.
This commit is contained in:
Daniel Watkins 2016-04-14 11:03:18 -07:00
parent 57c110d861
commit 6340e292d6
2 changed files with 0 additions and 6 deletions

View File

@ -8,8 +8,5 @@ iface lo inet loopback
# Source interfaces
# Please check /etc/network/interfaces.d before changing this file
# as interfaces may have been defined in /etc/network/interfaces.d
# NOTE: the primary ethernet device is defined in
# /etc/network/interfaces.d/eth0
# See LP: #1262951
source /etc/network/interfaces.d/*.cfg

View File

@ -1,3 +0,0 @@
# The primary network interface
auto eth0
iface eth0 inet dhcp