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 /genkernel.conf
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)
Diffstat (limited to 'genkernel.conf')
-rw-r--r--genkernel.conf8
1 files changed, 8 insertions, 0 deletions
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.