summaryrefslogtreecommitdiffstats
path: root/live/One/2006.0
diff options
context:
space:
mode:
Diffstat (limited to 'live/One/2006.0')
-rw-r--r--live/One/2006.0/config/auto_inst.cfg.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/live/One/2006.0/config/auto_inst.cfg.pl b/live/One/2006.0/config/auto_inst.cfg.pl
index 72fa7da86..d980a44bf 100644
--- a/live/One/2006.0/config/auto_inst.cfg.pl
+++ b/live/One/2006.0/config/auto_inst.cfg.pl
@@ -182,5 +182,9 @@ $o = {
#- do not modify it the standard way, since the behaviour would be unexpected during install
"perl -pi -e 's/META_CLASS=.*/META_CLASS=one/' /etc/sysconfig/system",
#- try not to run kat a second time when running kde apps as root (#21308)
- "touch /root/.mdv-no_kat"),
+ "touch /root/.mdv-no_kat",
+ #- remove useless ISDN network configuration file,
+ #- it should be present if configured only
+ "rm -f /etc/sysconfig/network-scripts/ifcfg-ippp0",
+ ),
};