[PC-BSD Commits] r8210 - in pcbsd: current/installcd-overlay/boot current/system-overlay/boot stable/installcd-overlay/boot stable/system-overlay/boot
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 14 09:34:42 PST 2010
Author: kris
Date: 2010-12-14 09:34:42 -0800 (Tue, 14 Dec 2010)
New Revision: 8210
Modified:
pcbsd/current/installcd-overlay/boot/loader.conf
pcbsd/current/system-overlay/boot/loader.conf
pcbsd/stable/installcd-overlay/boot/loader.conf
pcbsd/stable/system-overlay/boot/loader.conf
Log:
Disable vesa splash-screens for now. Its just too unstable, and causes too many booting
problems to enable it by default. Maybe when we have KMS we can explore this option again
Modified: pcbsd/current/installcd-overlay/boot/loader.conf
===================================================================
--- pcbsd/current/installcd-overlay/boot/loader.conf 2010-12-14 17:30:57 UTC (rev 8209)
+++ pcbsd/current/installcd-overlay/boot/loader.conf 2010-12-14 17:34:42 UTC (rev 8210)
@@ -10,12 +10,6 @@
kern.ipc.shmseg=1024
kern.ipc.shmmni=1024
-# Enable the splash screen
-vesa_load="YES"
-splash_pcx_load="YES"
-bitmap_load="YES"
-bitmap_name="/boot/loading-screen.pcx"
-
# Load Wireless Support
if_ipw_load="YES"
if_iwi_load="YES"
Modified: pcbsd/current/system-overlay/boot/loader.conf
===================================================================
--- pcbsd/current/system-overlay/boot/loader.conf 2010-12-14 17:30:57 UTC (rev 8209)
+++ pcbsd/current/system-overlay/boot/loader.conf 2010-12-14 17:34:42 UTC (rev 8210)
@@ -2,12 +2,6 @@
kern.ipc.shmseg=1024
kern.ipc.shmmni=1024
-# Enable the splash screen
-vesa_load="YES"
-splash_pcx_load="YES"
-bitmap_load="YES"
-bitmap_name="/boot/loading-screen.pcx"
-
# Load Wireless Support
if_ipw_load="YES"
if_iwi_load="YES"
Modified: pcbsd/stable/installcd-overlay/boot/loader.conf
===================================================================
--- pcbsd/stable/installcd-overlay/boot/loader.conf 2010-12-14 17:30:57 UTC (rev 8209)
+++ pcbsd/stable/installcd-overlay/boot/loader.conf 2010-12-14 17:34:42 UTC (rev 8210)
@@ -10,12 +10,6 @@
kern.ipc.shmseg=1024
kern.ipc.shmmni=1024
-# Enable the splash screen
-vesa_load="YES"
-splash_pcx_load="YES"
-bitmap_load="YES"
-bitmap_name="/boot/loading-screen.pcx"
-
# Load Wireless Support
if_ipw_load="YES"
if_iwi_load="YES"
Modified: pcbsd/stable/system-overlay/boot/loader.conf
===================================================================
--- pcbsd/stable/system-overlay/boot/loader.conf 2010-12-14 17:30:57 UTC (rev 8209)
+++ pcbsd/stable/system-overlay/boot/loader.conf 2010-12-14 17:34:42 UTC (rev 8210)
@@ -2,12 +2,6 @@
kern.ipc.shmseg=1024
kern.ipc.shmmni=1024
-# Enable the splash screen
-vesa_load="YES"
-splash_pcx_load="YES"
-bitmap_load="YES"
-bitmap_name="/boot/loading-screen.pcx"
-
# Load Wireless Support
if_ipw_load="YES"
if_iwi_load="YES"
More information about the Commits
mailing list