diff options
-rw-r--r-- | perl-install/install/install2.pm | 2 |
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'); |