Merge "Remove all interface configs for simple-init"
This commit is contained in:
commit
683757e572
@ -10,13 +10,13 @@ set -o pipefail
|
|||||||
# boot with DHCP.
|
# boot with DHCP.
|
||||||
|
|
||||||
# Fedora
|
# Fedora
|
||||||
rm -f /etc/sysconfig/network-scripts/ifcfg-eth0
|
rm -f /etc/sysconfig/network-scripts/ifcfg-eth*
|
||||||
|
|
||||||
# Ubuntu
|
# Ubuntu
|
||||||
rm -f /etc/network/interfaces.d/eth0.cfg
|
rm -f /etc/network/interfaces.d/eth*
|
||||||
|
|
||||||
# Debian
|
# Debian
|
||||||
rm -f /etc/network/interfaces.d/eth0
|
rm -f /etc/network/interfaces.d/eth*
|
||||||
|
|
||||||
# Gentoo
|
# Gentoo
|
||||||
rm -f /etc/conf.d/net*
|
rm -f /etc/conf.d/net*
|
||||||
|
Loading…
Reference in New Issue
Block a user