From caedf35d1021e89a8c005d3239c821f2e55dc6dc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 16 Jan 2002 15:42:19 +0000 Subject: don't drop default_packages in "Base system only" --- perl-install/install_steps_interactive.pm | 1 - 1 file changed, 1 deletion(-) 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'); -- cgit v1.2.1