elements: simple-init: Remove SUSE interfaces
Make sure SUSE interfaces are removed as well. Change-Id: If993dc606217f2ec243392ac2fa588ebae1cce86
This commit is contained in:
parent
96ce53fa16
commit
89c708ce61
@ -12,6 +12,9 @@ set -o pipefail
|
||||
# Fedora
|
||||
rm -f /etc/sysconfig/network-scripts/ifcfg-eth*
|
||||
|
||||
# SUSE
|
||||
rm -f /etc/sysconfig/network/ifcfg-eth*
|
||||
|
||||
# Ubuntu
|
||||
rm -f /etc/network/interfaces.d/eth*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user