summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-11-21 12:52:50 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-11-21 12:52:50 +0000
commit0e62fccb44b1885799aed14cb60176eaf787af77 (patch)
treedfa007fd5cc7cc6a62456368530bf79b6ff73dba /perl-install/fs
parent62dda0915afa2eb3a8de8e801cd1ef3ecdf4c69e (diff)
downloaddrakx-backup-do-not-use-0e62fccb44b1885799aed14cb60176eaf787af77.tar
drakx-backup-do-not-use-0e62fccb44b1885799aed14cb60176eaf787af77.tar.gz
drakx-backup-do-not-use-0e62fccb44b1885799aed14cb60176eaf787af77.tar.bz2
drakx-backup-do-not-use-0e62fccb44b1885799aed14cb60176eaf787af77.tar.xz
drakx-backup-do-not-use-0e62fccb44b1885799aed14cb60176eaf787af77.zip
add install cmdline option "force_atime"
(to use when installing distros <= 2007.1 where relatime is unknown)
Diffstat (limited to 'perl-install/fs')
-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 57ec4d47f..3cd796d64 100644
--- a/perl-install/fs/mount_options.pm
+++ b/perl-install/fs/mount_options.pm
@@ -209,7 +209,7 @@ sub set_default {
#- 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;
+ $options->{detect_devices::isLaptop() ? 'noatime': 'relatime'} = 1 if !$opts{force_atime};
}
if ($part->{fs_type} eq 'nfs') {
put_in_hash($options, {