diff options
author | Florent Villard <warly@mandriva.com> | 2006-03-05 07:35:43 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2006-03-05 07:35:43 +0000 |
commit | 47b54bf8edbfe0d2c70cacc4fc6c383885555af3 (patch) | |
tree | 7de35aadd1961e4c556cbb858610bd7ead721925 /live/One | |
parent | 9a8442eb98d5bb928b2f925e0098bcb08e79981e (diff) | |
download | drakx-47b54bf8edbfe0d2c70cacc4fc6c383885555af3.tar drakx-47b54bf8edbfe0d2c70cacc4fc6c383885555af3.tar.gz drakx-47b54bf8edbfe0d2c70cacc4fc6c383885555af3.tar.bz2 drakx-47b54bf8edbfe0d2c70cacc4fc6c383885555af3.tar.xz drakx-47b54bf8edbfe0d2c70cacc4fc6c383885555af3.zip |
patch to release name must be applied to /etc/mandriva-release
Diffstat (limited to 'live/One')
-rw-r--r-- | live/One/2006.0/config/auto_inst.cfg.pl | 2 |
1 files changed, 1 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 5ed179de5..3c53b913f 100644 --- a/live/One/2006.0/config/auto_inst.cfg.pl +++ b/live/One/2006.0/config/auto_inst.cfg.pl @@ -184,7 +184,7 @@ $o = { '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", - "perl -pi -e 's/\\(Community\\)/\(Official\)/' /etc/release", + "perl -pi -e 's/\\(Community\\)/\(Official\)/' /etc/mandriva-release", #- try not to run kat a second time when running kde apps as root (#21308) "touch /root/.mdv-no_kat", #- remove useless ISDN network configuration file, |