[PC-BSD Commits] r3691 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Mar 30 08:19:23 PST 2009
Author: kris
Date: 2009-03-30 09:19:22 -0700 (Mon, 30 Mar 2009)
New Revision: 3691
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
Log:
Removed kern.hz from loader.conf, seems to still cause some issues with certian systems / hardware
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2009-03-30 15:21:08 UTC (rev 3690)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2009-03-30 16:19:22 UTC (rev 3691)
@@ -107,9 +107,6 @@
# We are on vmware, lets set the kern.hz to a better value
echo "kern.hz=30
hint.acpi.0.disabled=1" >> ${FSMNT}/boot/loader.conf
-else
- # On a regular system, lets try kern.hz=100, seems to speed up the processing
- echo "kern.hz=100" >> ${FSMNT}/boot/loader.conf
fi
# Clear out the periodic date files
More information about the Commits
mailing list