[PC-BSD Commits] r445 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Wed Jul 11 14:10:25 PDT 2007
Author: kris
Date: 2007-07-11 22:10:25 +0100 (Wed, 11 Jul 2007)
New Revision: 445
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
Log:
Removed splash from default loader.conf since VESA is disabled in kernel for now
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2007-07-11 17:16:54 UTC (rev 444)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.SysConfig.sh 2007-07-11 21:10:25 UTC (rev 445)
@@ -69,11 +69,8 @@
# Setup the proper boot-loader
-echo 'splash_pcx_load="YES"
-bitmap_load="YES"
-bitmap_name="/boot/loading-screen.pcx"
-linux_load="YES"
-hw.pci.allow_unsupported_io_range="1"
+echo 'linux_load="YES"
+#hw.pci.allow_unsupported_io_range="1"
hw.ata.atapi_dma="1"
autoboot_delay="2"
agp_load="YES"
More information about the Commits
mailing list