[PC-BSD Commits] r1446 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Feb 25 11:13:15 PST 2008
Author: kris
Date: 2008-02-25 11:13:15 -0800 (Mon, 25 Feb 2008)
New Revision: 1446
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
Log:
Disable the splash by default on 1.5, until we can get the NVIDIA / X driver
issues fixed. Having VESA loaded for splash causes some problems with certian
video cards / systems loading X properly.
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2008-02-25 18:53:55 UTC (rev 1445)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2008-02-25 19:13:15 UTC (rev 1446)
@@ -81,10 +81,10 @@
# Setup the proper boot-loader
echo 'linux_load="YES"
ulpt_load="YES"
-vesa_load="YES"
-splash_pcx_load="YES"
-bitmap_load="YES"
-bitmap_name="/boot/loading-screen.pcx"
+#vesa_load="YES"
+#splash_pcx_load="YES"
+#bitmap_load="YES"
+#bitmap_name="/boot/loading-screen.pcx"
hw.ata.atapi_dma="1"
autoboot_delay="5"
if_nfe_load="YES"
More information about the Commits
mailing list