summaryrefslogtreecommitdiffstats
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
parent38d7d4778822584d6d16a91e52d785e0eb4bf6c1 (diff)
downloaddrakx-backup-do-not-use-bef0c959eb49bd3f4121288c0c5e11bf19d708ab.tar
drakx-backup-do-not-use-bef0c959eb49bd3f4121288c0c5e11bf19d708ab.tar.gz
drakx-backup-do-not-use-bef0c959eb49bd3f4121288c0c5e11bf19d708ab.tar.bz2
drakx-backup-do-not-use-bef0c959eb49bd3f4121288c0c5e11bf19d708ab.tar.xz
drakx-backup-do-not-use-bef0c959eb49bd3f4121288c0c5e11bf19d708ab.zip
- use user_xattr by default on reiserfs (#15068)
-rw-r--r--perl-install/fs/mount_options.pm1
-rw-r--r--perl-install/install/NEWS1
2 files changed, 2 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;
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index ab95a0fdc..4810983c2 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -2,6 +2,7 @@
- do not configure "windows" bootloader entries for "hidden" partitions
- fix unwrapped label (#33243)
- fix grub hanging if /boot on xfs (#33267)
+- use user_xattr by default on reiserfs (#15068)
Version 10.4.191 - 5 September 2007, by Thierry Vignaud