Browse Source

Do not overwrite ifcfg files generated by Anaconda kickstart (#865192)

master
Radek Vykydal 13 years ago committed by Harald Hoyer
parent
commit
cbd60fcaaf
  1. 1
      modules.d/45ifcfg/write-ifcfg.sh

1
modules.d/45ifcfg/write-ifcfg.sh

@ -85,6 +85,7 @@ print_s390() { @@ -85,6 +85,7 @@ print_s390() {


for netif in $IFACES ; do
[ -e /tmp/ifcfg/ifcfg-$netif ] && continue
# bridge?
unset bridge
unset bond

Loading…
Cancel
Save