aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2011-02-09 17:17:24 +0100
committerSebastian Pipping <sebastian@pipping.org>2011-02-09 17:17:49 +0100
commit107049cad2ad3ebbd4b60556e3bbe85b16b1c13c (patch)
tree1aca97d540ef9060876fa01ecbfa0a5f0b13b261
parentMerge branch 'bug-314575' using --no-ff (diff)
downloadgenkernel-107049cad2ad3ebbd4b60556e3bbe85b16b1c13c.tar.gz
genkernel-107049cad2ad3ebbd4b60556e3bbe85b16b1c13c.tar.bz2
genkernel-107049cad2ad3ebbd4b60556e3bbe85b16b1c13c.zip
.conf: Add SPLASH and SPLASH_THEME (bug #268468)
-rw-r--r--ChangeLog6
-rw-r--r--genkernel.conf8
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34d06950..4bec97b5 100644
--- 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)
diff --git a/genkernel.conf b/genkernel.conf
index 3f52a322..779d71f4 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -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.