From deddef1f4746139ed4ef994d8f053bf39d4d6384 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 17 Jul 1999 16:45:33 +0000 Subject: *** empty log message *** --- perl-install/install_steps.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index b64952370..ace94a692 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -74,9 +74,6 @@ sub choosePartitionsToFormat($$) { sub choosePackages($$$) { my ($o, $packages, $comps) = @_; - - foreach (@{$o->{default}->{comps}}) { $comps->{$_}->{selected} = 1; } - foreach (@{$o->{default}->{packages}}) { $packages->{$_}->{selected} = 1; } } sub beforeInstallPackages($) { -- cgit v1.2.1