diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/bootloader.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 2988d3e20..73c3105b7 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -504,7 +504,7 @@ sub allowed_boot_parts { if_($bootloader->{method} =~ /lilo/, grep { $_->{level} eq '1' } @{$all_hds->{raids}} ), - (grep { !isFat_or_NTFS($_) } fs::get::hds_fstab(@{$all_hds->{hds}})), + (grep { !isFat_or_NTFS($_) } fs::get::fstab($all_hds)), detect_devices::floppies(), ); } diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c985458da..5083aeb48 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- allow to install bootloader on md0 (#42999) + (regression introduced on 2004-08-05) + Version 11.23 - 22 August 2008 - pop wait_messages and ensure same window is used for next wait_messages |