summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-09-23 17:43:24 +0000
committerOlivier Blin <oblin@mandriva.com>2008-09-23 17:43:24 +0000
commit81c4563f7a04f1ac8f055ab6b766927e066a3263 (patch)
treea3ba173b6d4f9b2f1544fdf0e476318bdb3f3dc5 /perl-install
parenta24473491c447310f049eec13e8b7e3cb06a6963 (diff)
downloaddrakx-backup-do-not-use-81c4563f7a04f1ac8f055ab6b766927e066a3263.tar
drakx-backup-do-not-use-81c4563f7a04f1ac8f055ab6b766927e066a3263.tar.gz
drakx-backup-do-not-use-81c4563f7a04f1ac8f055ab6b766927e066a3263.tar.bz2
drakx-backup-do-not-use-81c4563f7a04f1ac8f055ab6b766927e066a3263.tar.xz
drakx-backup-do-not-use-81c4563f7a04f1ac8f055ab6b766927e066a3263.zip
use default packages rate (4) instead of max rate (5) as compssListLevel (since interactive installs don't depend on it being set to max anymore)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index 62405ec29..dd054a208 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -193,7 +193,7 @@ sub choosePackages {
require install::pkgs;
require pkgs;
- add2hash_($o, { compssListLevel => $pkgs::rpmsrate_rate_max }) if !$::auto_install;
+ add2hash_($o, { compssListLevel => $pkgs::rpmsrate_rate_default }) if !$::auto_install;
#- always setPackages as it may have to copy hdlist and synthesis files.
installStepsCall($o, $auto, 'setPackages');