From c969e991077e24ed1db34ed06a78fa9b3ff8cfd9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Aug 2007 08:46:32 +0000 Subject: (set_default) default laptops to 'relatime' mount option rather than 'noatime' --- perl-install/fs/mount_options.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs') 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, { -- cgit v1.2.1