diff options
author | Francois Pons <fpons@mandriva.com> | 2000-10-09 12:04:50 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-10-09 12:04:50 +0000 |
commit | 57d7910876c3175b7eaf27e62ccad2509b090b21 (patch) | |
tree | ed2d22628962050c83a9654f0e706bf575ec8f7d /perl-install/fs.pm | |
parent | 0776efd0efdadd47d463698705a29e04fea6a8b2 (diff) | |
download | drakx-57d7910876c3175b7eaf27e62ccad2509b090b21.tar drakx-57d7910876c3175b7eaf27e62ccad2509b090b21.tar.gz drakx-57d7910876c3175b7eaf27e62ccad2509b090b21.tar.bz2 drakx-57d7910876c3175b7eaf27e62ccad2509b090b21.tar.xz drakx-57d7910876c3175b7eaf27e62ccad2509b090b21.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r-- | perl-install/fs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm index d7bf77271..ee35ceb8d 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -136,7 +136,7 @@ sub real_format_part { } sub format_part { my ($raid, $part, $prefix) = @_; - if (isRAID($part)) { + if (isMDRAID($part)) { require raid; raid::format_part($raid, $part); } elsif (isLoopback($part)) { |