From 3c6fbfb082361277877a5dd82f7014eff0afaa92 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 8 Aug 2004 07:10:15 +0000 Subject: - switch to mdadm (instead of raidtools) - create mdadm.conf instead of raidtab - internal {raids} is no more indexed by X for mdX, and so don't have holes anymore - internal {chunk-size} is now a number in KiB - internal {raid} is the raid device name, not the number - various cleanup for raid detection --- perl-install/bootloader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/bootloader.pm') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 7a14693d8..809f87acc 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -315,7 +315,7 @@ sub allowed_boot_parts { ( @{$all_hds->{hds}}, if_($bootloader->{method} =~ /lilo/, - grep { $_ && $_->{level} eq '1' } @{$all_hds->{raids}} + grep { $_->{level} eq '1' } @{$all_hds->{raids}} ), (grep { !isFat_or_NTFS($_) } fs::get::hds_fstab(@{$all_hds->{hds}})), detect_devices::floppies(), -- cgit v1.2.1