[PC-BSD Commits] r6269 - pcbsd/trunk/pc-sysinstall/backend
svn at pcbsd.org
svn at pcbsd.org
Wed Feb 17 07:09:12 PST 2010
Author: kris
Date: 2010-02-17 07:09:12 -0800 (Wed, 17 Feb 2010)
New Revision: 6269
Modified:
pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh
Log:
Disable atime on regular UFS partitions
Modified: pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh 2010-02-17 14:32:05 UTC (rev 6268)
+++ pcbsd/trunk/pc-sysinstall/backend/functions-cleanup.sh 2010-02-17 15:09:12 UTC (rev 6269)
@@ -130,7 +130,7 @@
then
echo "/dev/${DEVICE} none swap sw 0 0" >> ${FSTAB}
else
- echo "/dev/${DEVICE} ${PARTMNT} ufs rw 1 1" >> ${FSTAB}
+ echo "/dev/${DEVICE} ${PARTMNT} ufs rw,noatime 1 1" >> ${FSTAB}
fi
fi # End of ZFS Check
More information about the Commits
mailing list