diff options
-rw-r--r-- | perl-install/fs/mount_options.pm | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
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 |