summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/mount_options.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-13 15:16:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-13 15:16:17 +0000
commitbef0c959eb49bd3f4121288c0c5e11bf19d708ab (patch)
tree620aeb5ceddf0014e2e0a15fd21e80f04ba7ef92 /perl-install/fs/mount_options.pm
parent38d7d4778822584d6d16a91e52d785e0eb4bf6c1 (diff)
downloaddrakx-bef0c959eb49bd3f4121288c0c5e11bf19d708ab.tar
drakx-bef0c959eb49bd3f4121288c0c5e11bf19d708ab.tar.gz
drakx-bef0c959eb49bd3f4121288c0c5e11bf19d708ab.tar.bz2
drakx-bef0c959eb49bd3f4121288c0c5e11bf19d708ab.tar.xz
drakx-bef0c959eb49bd3f4121288c0c5e11bf19d708ab.zip
- use user_xattr by default on reiserfs (#15068)
Diffstat (limited to 'perl-install/fs/mount_options.pm')
-rw-r--r--perl-install/fs/mount_options.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm
index f5faed630..b1dea9b42 100644
--- a/perl-install/fs/mount_options.pm
+++ b/perl-install/fs/mount_options.pm
@@ -239,6 +239,7 @@ sub set_default {
}
if ($part->{fs_type} eq 'reiserfs') {
$options->{notail} = 1;
+ $options->{user_xattr} = 1;
}
if (isLoopback($part) && !isSwap($part)) { #- no need for loop option for swap files
$options->{loop} = 1;