Remove all interface configs for simple-init
We are currently removing only eth0 network config in the simple-init element (since simple-init is responsible for networking if you are using it). We install an eth1 as well in elements such as debootstrap. Lets just rm eth*. Change-Id: Id9ea8c5e402f3a06b9064a939ad4b2e168cd6223
This commit is contained in:
parent
db50f8f8e1
commit
3cb4273590
@ -10,13 +10,13 @@ set -o pipefail
|
||||
# boot with DHCP.
|
||||
|
||||
# Fedora
|
||||
rm -f /etc/sysconfig/network-scripts/ifcfg-eth0
|
||||
rm -f /etc/sysconfig/network-scripts/ifcfg-eth*
|
||||
|
||||
# Ubuntu
|
||||
rm -f /etc/network/interfaces.d/eth0.cfg
|
||||
rm -f /etc/network/interfaces.d/eth*
|
||||
|
||||
# Debian
|
||||
rm -f /etc/network/interfaces.d/eth0
|
||||
rm -f /etc/network/interfaces.d/eth*
|
||||
|
||||
# Gentoo
|
||||
rm -f /etc/conf.d/net*
|
||||
|
Loading…
Reference in New Issue
Block a user