summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-01 16:53:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-01 16:53:12 +0000
commit90dd78b9416763ec219ef71e221c50024e767651 (patch)
tree5aa46c59ff835daa130870cc8a4519f0ffe7f22a /perl-install/fsedit.pm
parent49b4199d710a43bbd0cd6a6acbb8d952853e6595 (diff)
downloaddrakx-backup-do-not-use-90dd78b9416763ec219ef71e221c50024e767651.tar
drakx-backup-do-not-use-90dd78b9416763ec219ef71e221c50024e767651.tar.gz
drakx-backup-do-not-use-90dd78b9416763ec219ef71e221c50024e767651.tar.bz2
drakx-backup-do-not-use-90dd78b9416763ec219ef71e221c50024e767651.tar.xz
drakx-backup-do-not-use-90dd78b9416763ec219ef71e221c50024e767651.zip
add handling for cciss (compaq smart array alike)
Diffstat (limited to 'perl-install/fsedit.pm')
-rw-r--r--perl-install/fsedit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fsedit.pm b/perl-install/fsedit.pm
index 5dd145e78..800ef45a3 100644
--- a/perl-install/fsedit.pm
+++ b/perl-install/fsedit.pm
@@ -69,7 +69,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)/,;
+ $hd->{prefix} .= "p" if $hd->{prefix} =~ m,(rd|ida|cciss)/,;
eval { partition_table::read($hd, $flags->{clearall} || member($_->{device}, @{$flags->{clear} || []})) };
if ($@) {