summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/mount_options.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-14 08:47:16 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-14 08:47:16 +0000
commita1bd1b8309287c0165dcca192c99d41a0173e92e (patch)
tree6c110e403052b08169760c5459fc5a828d8af472 /perl-install/fs/mount_options.pm
parentc969e991077e24ed1db34ed06a78fa9b3ff8cfd9 (diff)
downloaddrakx-a1bd1b8309287c0165dcca192c99d41a0173e92e.tar
drakx-a1bd1b8309287c0165dcca192c99d41a0173e92e.tar.gz
drakx-a1bd1b8309287c0165dcca192c99d41a0173e92e.tar.bz2
drakx-a1bd1b8309287c0165dcca192c99d41a0173e92e.tar.xz
drakx-a1bd1b8309287c0165dcca192c99d41a0173e92e.zip
(set_default) adjust comment
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 b2a31074d..759610304 100644
--- a/perl-install/fs/mount_options.pm
+++ b/perl-install/fs/mount_options.pm
@@ -199,7 +199,7 @@ sub set_default {
}
if (isTrueFS($part)) {
- #- noatime on laptops (do not wake up the hd)
+ #- relatime on laptops (do not wake up the hd)
#- Do not update inode access times on this
#- file system (e.g, for faster access on the
#- news spool to speed up news servers).