summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-14 08:46:32 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-14 08:46:32 +0000
commitc969e991077e24ed1db34ed06a78fa9b3ff8cfd9 (patch)
tree06fae5282ad11a3682a49e43efb73213b6071cbd
parent389e31ba8b17923c7a157d27668ad57d4f55c037 (diff)
downloaddrakx-c969e991077e24ed1db34ed06a78fa9b3ff8cfd9.tar
drakx-c969e991077e24ed1db34ed06a78fa9b3ff8cfd9.tar.gz
drakx-c969e991077e24ed1db34ed06a78fa9b3ff8cfd9.tar.bz2
drakx-c969e991077e24ed1db34ed06a78fa9b3ff8cfd9.tar.xz
drakx-c969e991077e24ed1db34ed06a78fa9b3ff8cfd9.zip
(set_default) default laptops to 'relatime' mount option rather than 'noatime'
-rw-r--r--perl-install/fs/mount_options.pm2
-rw-r--r--perl-install/install/NEWS1
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm
index d1e53f8db..b2a31074d 100644
--- a/perl-install/fs/mount_options.pm
+++ b/perl-install/fs/mount_options.pm
@@ -203,7 +203,7 @@ sub set_default {
#- Do not update inode access times on this
#- file system (e.g, for faster access on the
#- news spool to speed up news servers).
- $options->{noatime} = detect_devices::isLaptop();
+ $options->{relatime} = detect_devices::isLaptop();
}
if ($part->{fs_type} eq 'nfs') {
put_in_hash($options, {
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 61e2e6f9b..bf8662161 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,5 +1,6 @@
- diskdrake:
o add support for 'relatime' mount option
+ o default laptops to 'relatime' mount option rather than 'noatime'
o kill support for 'nodiratime' mount option
Version 10.4.168 - 13 August 2007, by Pascal "Pixel" Rigaux