From 81c4563f7a04f1ac8f055ab6b766927e066a3263 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 23 Sep 2008 17:43:24 +0000 Subject: 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) --- perl-install/install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/install2.pm') 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'); -- cgit v1.2.1