mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
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:
parent
57c110d861
commit
6340e292d6
@ -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
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
# The primary network interface
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
Loading…
x
Reference in New Issue
Block a user