summaryrefslogtreecommitdiffstats
path: root/live/One
diff options
context:
space:
mode:
Diffstat (limited to 'live/One')
-rw-r--r--live/One/2006.0/config/auto_inst.cfg.pl7
1 files changed, 5 insertions, 2 deletions
diff --git a/live/One/2006.0/config/auto_inst.cfg.pl b/live/One/2006.0/config/auto_inst.cfg.pl
index cb88493c8..72fa7da86 100644
--- a/live/One/2006.0/config/auto_inst.cfg.pl
+++ b/live/One/2006.0/config/auto_inst.cfg.pl
@@ -178,6 +178,9 @@ $o = {
},
#- doc takes too much place
'excludedocs' => 1,
- #- do not modify it the standard way, since the behaviour would be unexpected during install
- 'postInstall' => "perl -pi -e 's/META_CLASS=.*/META_CLASS=one/' /etc/sysconfig/system"
+ 'postInstall' => join(";",
+ #- 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"),
};