summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-09-13 05:39:52 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-09-13 05:39:52 +0000
commit911218913fc33bc8155782a2c26cb92bbd9dae2a (patch)
tree793a34c39dafcd5b3bd448dba10f4a8eb9164e63 /perl-install/install_steps.pm
parent5608636beed65eb169ad1ebe4d58411f15d9b400 (diff)
downloaddrakx-backup-do-not-use-911218913fc33bc8155782a2c26cb92bbd9dae2a.tar
drakx-backup-do-not-use-911218913fc33bc8155782a2c26cb92bbd9dae2a.tar.gz
drakx-backup-do-not-use-911218913fc33bc8155782a2c26cb92bbd9dae2a.tar.bz2
drakx-backup-do-not-use-911218913fc33bc8155782a2c26cb92bbd9dae2a.tar.xz
drakx-backup-do-not-use-911218913fc33bc8155782a2c26cb92bbd9dae2a.zip
Ability to choose from the mirror list when assing an ftp supplementary
media. Fix download of hdlists file for ftp supplementary media.
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 6f4f49070..1258fbb2d 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -299,6 +299,7 @@ sub deselectFoundMedia {
}
sub selectSupplMedia { '' }
+sub askSupplMirror { '' }
sub choosePackages {
my ($o, $packages, $_compssUsers, $first_time) = @_;