diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-02-23 16:10:37 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-02-23 16:10:37 +0000 |
commit | 175549ab7d7722a64a8835168e84799c84841759 (patch) | |
tree | 59a02cd12c38983aba9154aa0c1cbc767654cdab /live | |
parent | 3ddb7d8ff5b2f281c5e9d3c7a212e9d2c6dd0f48 (diff) | |
download | drakx-175549ab7d7722a64a8835168e84799c84841759.tar drakx-175549ab7d7722a64a8835168e84799c84841759.tar.gz drakx-175549ab7d7722a64a8835168e84799c84841759.tar.bz2 drakx-175549ab7d7722a64a8835168e84799c84841759.tar.xz drakx-175549ab7d7722a64a8835168e84799c84841759.zip |
comment this brilliant fix
Diffstat (limited to 'live')
-rw-r--r-- | live/One/2006.0/config/auto_inst.cfg.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/live/One/2006.0/config/auto_inst.cfg.pl b/live/One/2006.0/config/auto_inst.cfg.pl index cfc4488b4..d582567ca 100644 --- a/live/One/2006.0/config/auto_inst.cfg.pl +++ b/live/One/2006.0/config/auto_inst.cfg.pl @@ -172,5 +172,6 @@ $o = { }, #- doc takes too much place 'excludedocs' => 1, + #- do not modify it the standard way, since the behaviour would be unexpected during install 'post_install' => "perl -pi -e 's/META_CLASS=.*/META_CLASS=one/' /etc/sysconfig/system" }; |