From e02f41bf1e4470f85e22674bd1a0de93dc010e8f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 7 Mar 2002 20:01:25 +0000 Subject: removing quota choices for reiserfs --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index abaf08cff..7b27dce6e 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -249,7 +249,7 @@ sub mount_options_unpack { smbfs => [ qw(username= password=) ], reiserfs => [ 'notail' ], ); - push @{$per_fs{$_}}, 'usrquota', 'grpquota' foreach 'ext2', 'ext3', 'reiserfs', 'xfs'; + push @{$per_fs{$_}}, 'usrquota', 'grpquota' foreach 'ext2', 'ext3', 'xfs'; while (my ($fs, $l) = each %per_fs) { isThisFs($fs, $part) || $part->{type} eq 'auto' && member($fs, @auto_fs) or next; -- cgit v1.2.1