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 +- perl-install/install/NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1