summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-09-23 17:32:02 +0000
committerOlivier Blin <oblin@mandriva.com>2008-09-23 17:32:02 +0000
commit5246ab3073fb332231747801be0eaadb39fc5efe (patch)
tree98a728b338ffa4deb08426669a254a1e654f3e4c /perl-install/install/install2.pm
parenta5bce321bfd4a258ae79f92bca1e0562da74100f (diff)
downloaddrakx-backup-do-not-use-5246ab3073fb332231747801be0eaadb39fc5efe.tar
drakx-backup-do-not-use-5246ab3073fb332231747801be0eaadb39fc5efe.tar.gz
drakx-backup-do-not-use-5246ab3073fb332231747801be0eaadb39fc5efe.tar.bz2
drakx-backup-do-not-use-5246ab3073fb332231747801be0eaadb39fc5efe.tar.xz
drakx-backup-do-not-use-5246ab3073fb332231747801be0eaadb39fc5efe.zip
extract compssListLevel setting, for later factorization
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r--perl-install/install/install2.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index 8724fda52..62405ec29 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -192,6 +192,9 @@ sub choosePackages {
my ($auto) = @_;
require install::pkgs;
+ require pkgs;
+ add2hash_($o, { compssListLevel => $pkgs::rpmsrate_rate_max }) if !$::auto_install;
+
#- always setPackages as it may have to copy hdlist and synthesis files.
installStepsCall($o, $auto, 'setPackages');
installStepsCall($o, $auto, 'choosePackages');