summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/mount_options.pm
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 /perl-install/fs/mount_options.pm
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'
Diffstat (limited to 'perl-install/fs/mount_options.pm')
-rw-r--r--perl-install/fs/mount_options.pm2
1 files changed, 1 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, {