summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-22 18:19:59 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-22 18:19:59 +0000
commit16589d408016879177d50c634db487e7454bed84 (patch)
tree89388185711b9e8222511b975c2884f83df298cd /perl-install/install2.pm
parent489602da200d2bf800636fe7338b8fb5f0025d14 (diff)
downloaddrakx-backup-do-not-use-16589d408016879177d50c634db487e7454bed84.tar
drakx-backup-do-not-use-16589d408016879177d50c634db487e7454bed84.tar.gz
drakx-backup-do-not-use-16589d408016879177d50c634db487e7454bed84.tar.bz2
drakx-backup-do-not-use-16589d408016879177d50c634db487e7454bed84.tar.xz
drakx-backup-do-not-use-16589d408016879177d50c634db487e7454bed84.zip
- cleanup noatime option setting
- cleanup exec option setting (must noexec => 0 instead of exec => 1)
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index a8c60cab8..a2d52ea20 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -175,14 +175,6 @@ sub formatPartitions {
require raid;
raid::prepare_prefixed($o->{all_hds}{raids}, $o->{prefix});
-
-#- chdir "$o->{prefix}"; was for core dumps
-
- #-noatime option for ext2 fs on laptops (do not wake up the hd)
- #- Do not update inode access times on this
- #- file system (e.g, for faster access on the
- #- news spool to speed up news servers).
- $o->{pcmcia} and $_->{options} = "noatime" foreach grep { isTrueFS($_) } @{$o->{fstab}};
}
#------------------------------------------------------------------------------