summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index e930e6d85..cbcb936cd 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -297,9 +297,7 @@ sub formatMountPartitions {
sub setPackages {
my ($o) = @_;
- install_any::setPackages($o);
- pkgs::selectPackagesAlreadyInstalled($o->{packages});
- pkgs::selectPackagesToUpgrade($o->{packages}) if $o->{isUpgrade};
+ install_any::setPackages($o, sub {});
}
sub deselectFoundMedia {