diff options
Diffstat (limited to 'perl-install/fs')
-rw-r--r-- | perl-install/fs/mount_options.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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') { |