summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-02 11:12:18 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-02 11:12:18 +0000
commita79e921a77d8ffea05ffb341e982c2685968dd19 (patch)
treed48859c64a9bfcf232777c513cd056f3707f5159 /perl-install
parent5550a0c0b1963de1502d3ff85d8dc6d1c680a425 (diff)
downloaddrakx-a79e921a77d8ffea05ffb341e982c2685968dd19.tar
drakx-a79e921a77d8ffea05ffb341e982c2685968dd19.tar.gz
drakx-a79e921a77d8ffea05ffb341e982c2685968dd19.tar.bz2
drakx-a79e921a77d8ffea05ffb341e982c2685968dd19.tar.xz
drakx-a79e921a77d8ffea05ffb341e982c2685968dd19.zip
(choosePackages): raise the min_mark
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index aca6de84e..06fcecef8 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -429,7 +429,7 @@ sub choosePackages {
my $min_size = pkgs::selectedSize($packages);
$min_size < $availableC or die _("Your system has not enough space left for installation or upgrade (%d > %d)", $min_size, $availableC);
- my $min_mark = $::expert ? 1 : 2;
+ my $min_mark = $::expert ? 3 : 4;
my $def_mark = 4; #-TODO: was 59, 59 is for packages that need gl hw acceleration.
my $b = pkgs::saveSelected($packages);