diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-13 05:39:52 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-09-13 05:39:52 +0000 |
commit | 911218913fc33bc8155782a2c26cb92bbd9dae2a (patch) | |
tree | 793a34c39dafcd5b3bd448dba10f4a8eb9164e63 /perl-install/install_steps.pm | |
parent | 5608636beed65eb169ad1ebe4d58411f15d9b400 (diff) | |
download | drakx-911218913fc33bc8155782a2c26cb92bbd9dae2a.tar drakx-911218913fc33bc8155782a2c26cb92bbd9dae2a.tar.gz drakx-911218913fc33bc8155782a2c26cb92bbd9dae2a.tar.bz2 drakx-911218913fc33bc8155782a2c26cb92bbd9dae2a.tar.xz drakx-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.pm | 1 |
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) = @_; |