summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-16 15:42:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-16 15:42:19 +0000
commitcaedf35d1021e89a8c005d3239c821f2e55dc6dc (patch)
treedd232620ca2d2a308541305454365f428ba46087 /perl-install
parent66f80d70fea3f791ac1e5669014d61e8ba94a334 (diff)
downloaddrakx-caedf35d1021e89a8c005d3239c821f2e55dc6dc.tar
drakx-caedf35d1021e89a8c005d3239c821f2e55dc6dc.tar.gz
drakx-caedf35d1021e89a8c005d3239c821f2e55dc6dc.tar.bz2
drakx-caedf35d1021e89a8c005d3239c821f2e55dc6dc.tar.xz
drakx-caedf35d1021e89a8c005d3239c821f2e55dc6dc.zip
don't drop default_packages in "Base system only"
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 549678478..e6696394c 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -668,7 +668,6 @@ Please choose the minimal installation you want"), [ __("Base system only"), __(
#- reselect according to user selection.
if ($type eq __("Base system only")) {
- $o->{default_packages} = [];
$o->{compssUsersChoice}{$_} = 0 foreach keys %{$o->{compssUsersChoice}};
} else {
install_any::setDefaultPackages($o, 'clean');