From 7cef6964cd76067ffbe2764ce2f77a0401943bca Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 18 Apr 2012 17:09:07 +0000 Subject: fix detecting RAID (mga#5048) --- rescue/guessmounts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue/guessmounts') diff --git a/rescue/guessmounts b/rescue/guessmounts index 78a5c613d..e3ef66b94 100755 --- a/rescue/guessmounts +++ b/rescue/guessmounts @@ -49,7 +49,7 @@ my ($raid_parts, $normal_parts) = partition { isRawRAID($_) } @parts; if (@$raid_parts) { require raid; - raid::detect_during_install_once(@$raid_parts); + raid::detect_during_install(@$raid_parts); my $raids = raid::get_existing(@$raid_parts); push @$normal_parts, @$raids; } -- cgit v1.2.1