From bef0c959eb49bd3f4121288c0c5e11bf19d708ab Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Sep 2007 15:16:17 +0000 Subject: - use user_xattr by default on reiserfs (#15068) --- perl-install/fs/mount_options.pm | 1 + perl-install/install/NEWS | 1 + 2 files changed, 2 insertions(+) (limited to 'perl-install') 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 -- cgit v1.2.1