From 474da8b0f390c1f0b98d31b06a2b39f788d8dc52 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 4 Feb 2005 14:51:56 +0000 Subject: Add support to copy all RPMs to the hard drive before installation. --- perl-install/install_steps_interactive.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index f905030d5..a30ac6c76 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -403,11 +403,6 @@ sub setPackages { } } -sub deselectFoundMedia { - my ($o, $p) = @_; - install_any::deselectFoundMedia($o, $p); -} - sub mirror2text { $crypto::mirrors{$_[0]} ? $crypto::mirrors{$_[0]}[0] . '|' . $_[0] : "-|URL" } sub askSupplMirror { my ($o, $message) = @_; -- cgit v1.2.1