summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-09-09 10:16:26 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-09-09 10:16:26 +0000
commit3205e7bb9b043b9b93f9501029e902b38c756c0e (patch)
tree4038638b547095e748027452873b282afacd0c7d /perl-install/install_steps_interactive.pm
parent58eab075319fcbb1377f50c701d7fb1cb805b95c (diff)
downloaddrakx-backup-do-not-use-3205e7bb9b043b9b93f9501029e902b38c756c0e.tar
drakx-backup-do-not-use-3205e7bb9b043b9b93f9501029e902b38c756c0e.tar.gz
drakx-backup-do-not-use-3205e7bb9b043b9b93f9501029e902b38c756c0e.tar.bz2
drakx-backup-do-not-use-3205e7bb9b043b9b93f9501029e902b38c756c0e.tar.xz
drakx-backup-do-not-use-3205e7bb9b043b9b93f9501029e902b38c756c0e.zip
minor fix in last patch
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index cc1b2865a..50c2c4662 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -649,7 +649,9 @@ sub chooseCD {
}
if (install_any::method_is_from_ISO_images($o->{method})) {
- $mediumsDescr{$_} = install_any::method_is_from_ISO_images($packages->{mediums}{$_}{method}) ? to_bool(install_any::find_ISO_image_labelled($_)) : 1;
+ $mediumsDescr{$_} = install_any::method_is_from_ISO_images($packages->{mediums}{$_}{method})
+ ? to_bool(install_any::find_ISO_image_labelled($_)) : 1
+ foreach @mediumsDescr;
} elsif ($o->{method} eq "cdrom") {
#- if no other medium available or a poor beginner, we are choosing for him!
#- note first CD is always selected and should not be unselected!