diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-19 13:21:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-19 13:21:00 +0000 |
commit | 079e85925377a4ac693278a7ed0a863899427667 (patch) | |
tree | d83ffe3eae5227fcda83538e1857ca57e1816475 /perl-install/fs.pm | |
parent | f8d7e9a9b41ddd919f3688e3726f6b0b87c97734 (diff) | |
download | drakx-079e85925377a4ac693278a7ed0a863899427667.tar drakx-079e85925377a4ac693278a7ed0a863899427667.tar.gz drakx-079e85925377a4ac693278a7ed0a863899427667.tar.bz2 drakx-079e85925377a4ac693278a7ed0a863899427667.tar.xz drakx-079e85925377a4ac693278a7ed0a863899427667.zip |
kernel 2.2 is deprecated
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 315837695..c1f6ec5d6 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -606,7 +606,7 @@ sub real_format_part { push @options, "-m", "0" if $part->{mntpoint} =~ m|^/home|; format_ext3($dev, @options); } elsif (isThisFs("reiserfs", $part)) { - format_reiserfs($dev, @options, if_(c::kernel_version() =~ /^\Q2.2/, "-v", "1")); + format_reiserfs($dev, @options); } elsif (isThisFs("xfs", $part)) { format_xfs($dev, @options); } elsif (isThisFs("jfs", $part)) { |