From ab7170507346c8ebb28e4b4bfe9a0713dd0e591c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 9 Sep 2004 09:52:40 +0000 Subject: Re-read all hdlists in reverse order when there are supplementary media. Don't unselect every single media when doing an installation from iso images. --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 51bcd3776..cc1b2865a 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -649,7 +649,7 @@ sub chooseCD { } if (install_any::method_is_from_ISO_images($o->{method})) { - $mediumsDescr{$_} = to_bool(install_any::find_ISO_image_labelled($_)) foreach @mediumsDescr; + $mediumsDescr{$_} = install_any::method_is_from_ISO_images($packages->{mediums}{$_}{method}) ? to_bool(install_any::find_ISO_image_labelled($_)) : 1; } 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! -- cgit v1.2.1