From 495ed11edc531c4e49ae30e6cf75d72561abac5b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 28 Nov 2005 14:12:45 +0000 Subject: fix getting raid-extra-boot (bugzilla #19965) --- perl-install/bootloader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 885b6c407..ff5efabed 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -350,7 +350,7 @@ sub read_lilo() { $_; } - foreach ('append', 'root', 'default') { + foreach ('append', 'root', 'default', 'raid-extra-boot') { $b{$_} = remove_quotes_and_spaces($b{$_}) if $b{$_}; } foreach my $entry (@{$b{entries}}) { -- cgit v1.2.1