[PC-BSD Commits] r7019 - in pcbsd: current/installcd-overlay/boot stable/installcd-overlay/boot
svn at pcbsd.org
svn at pcbsd.org
Thu Jun 24 10:32:54 PDT 2010
Author: kris
Date: 2010-06-24 10:32:54 -0700 (Thu, 24 Jun 2010)
New Revision: 7019
Added:
pcbsd/current/installcd-overlay/boot/loading-screen.pcx
pcbsd/stable/installcd-overlay/boot/loading-screen.pcx
Modified:
pcbsd/current/installcd-overlay/boot/loader.conf
pcbsd/stable/installcd-overlay/boot/loader.conf
Log:
Added loading splash screen to install media, don't freak out users with kernel messages at first impression
Modified: pcbsd/current/installcd-overlay/boot/loader.conf
===================================================================
--- pcbsd/current/installcd-overlay/boot/loader.conf 2010-06-24 15:34:04 UTC (rev 7018)
+++ pcbsd/current/installcd-overlay/boot/loader.conf 2010-06-24 17:32:54 UTC (rev 7019)
@@ -10,6 +10,12 @@
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"
Property changes on: pcbsd/current/installcd-overlay/boot/loading-screen.pcx
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: pcbsd/stable/installcd-overlay/boot/loader.conf
===================================================================
--- pcbsd/stable/installcd-overlay/boot/loader.conf 2010-06-24 15:34:04 UTC (rev 7018)
+++ pcbsd/stable/installcd-overlay/boot/loader.conf 2010-06-24 17:32:54 UTC (rev 7019)
@@ -10,6 +10,12 @@
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"
Property changes on: pcbsd/stable/installcd-overlay/boot/loading-screen.pcx
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Commits
mailing list