From 8ebb5bd002ae74da0e6d1ef1bce1f8b2294f4e2b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 13 Aug 2004 03:44:46 +0000 Subject: Don't ask for the selection of supplementary media in non-interactive installs. --- perl-install/install_steps.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 0153a23a4..fe54fff48 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -290,6 +290,8 @@ sub setPackages { $rebuild_needed and pkgs::selectPackagesToUpgrade($o->{packages}, $o->{prefix}); } +sub selectSupplMedia { '' } + sub choosePackages { my ($o, $packages, $_compssUsers, $first_time) = @_; -- cgit v1.2.1