From e2bd30732f8a7e512171d83ea9aa2f30090cbf40 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 3 Oct 2001 11:42:32 +0000 Subject: yet another ataraid support patch --- perl-install/fsedit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm index 5fee1117c..1e22b87a6 100644 --- a/perl-install/fsedit.pm +++ b/perl-install/fsedit.pm @@ -144,7 +144,7 @@ sub hds { $hd->{file} = $file; $hd->{prefix} = $hd->{device}; # for RAID arrays of format c0d0p1 - $hd->{prefix} .= "p" if $hd->{prefix} =~ m,(rd|ida|cciss)/,; + $hd->{prefix} .= "p" if $hd->{prefix} =~ m,(rd|ida|cciss|ataraid)/,; eval { partition_table::read($hd, $flags->{clearall} || member($_->{device}, @{$flags->{clear} || []})) }; if ($@) { -- cgit v1.2.1