elements: simple-init: Remove SUSE interfaces

Make sure SUSE interfaces are removed as well.

Change-Id: If993dc606217f2ec243392ac2fa588ebae1cce86
This commit is contained in:
Markos Chandras 2016-10-18 19:02:41 +01:00
parent 96ce53fa16
commit 89c708ce61

View File

@ -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*