From 16589d408016879177d50c634db487e7454bed84 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 22 Sep 2001 18:19:59 +0000 Subject: - cleanup noatime option setting - cleanup exec option setting (must noexec => 0 instead of exec => 1) --- perl-install/install2.pm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'perl-install/install2.pm') 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}}; } #------------------------------------------------------------------------------ -- cgit v1.2.1