From baf626f88ee276e1c6cc25a3be2c1aad4b9636af Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 28 Aug 2007 08:54:28 +0000 Subject: ensure we have only one of { noatime, relatime } --- perl-install/fs/mount_options.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/fs') diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index 8c88607bf..5107649cc 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -207,6 +207,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->{relatime} = $options->{noatime} = 0; $options->{detect_devices::isLaptop() ? 'noatime': 'relatime'} = 1; } if ($part->{fs_type} eq 'nfs') { -- cgit v1.2.1