.conf: Add SPLASH and SPLASH_THEME (bug #268468)
authorSebastian Pipping <sebastian@pipping.org>
Wed, 9 Feb 2011 16:17:24 +0000 (17:17 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 9 Feb 2011 16:17:49 +0000 (17:17 +0100)
ChangeLog
genkernel.conf

index 34d06950358c1e65e175f8e53aa645460a230e6a..4bec97b56ef558bfa40d96e0ba22d6eaf6a40465 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,12 @@
 # Distributed under the GPL v2
 # $Id$
 
+  09 Feb 2011; Sebastian Pipping <sping@gentoo.org> genkernel.conf:
+  Add SPLASH and SPLASH_THEME to genkernel.conf (bug #268468)
+
+  Special thanks:
+  - PhobosK
+
   08 Feb 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
   Add iBFT support for iSCSI (bug #314575)
 
index 3f52a322add852187660497dcea7f9ef35403821..779d71f40d12e23bfbaeb44a9dd81c5a465a4559 100644 (file)
@@ -93,6 +93,14 @@ DISKLABEL="yes"
 # Add new kernel to grub?
 # BOOTLOADER="grub"
 
+# Enable splashutils in early space (initrd). Default is "no".
+# SPLASH="yes"
+
+# Use this splash theme. If commented out - the "default" name theme is used.
+# Also, SPLASH="yes" needs to be enabled for this one to one work.
+# This supersedes the "SPLASH_THEME" option of /etc/conf.d/splash (in early space).
+# SPLASH_THEME="gentoo"
+
 # =========Low Level Compile Settings=========
 #
 # GNU Make to use for kernel.  See also the --kernel-make command line option.