From: Sebastian Pipping Date: Wed, 9 Feb 2011 16:17:24 +0000 (+0100) Subject: .conf: Add SPLASH and SPLASH_THEME (bug #268468) X-Git-Tag: v3.4.13~1^2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=107049cad2ad3ebbd4b60556e3bbe85b16b1c13c;p=genkernel.git .conf: Add SPLASH and SPLASH_THEME (bug #268468) --- diff --git a/ChangeLog b/ChangeLog index 34d0695..4bec97b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,12 @@ # Distributed under the GPL v2 # $Id$ + 09 Feb 2011; Sebastian Pipping genkernel.conf: + Add SPLASH and SPLASH_THEME to genkernel.conf (bug #268468) + + Special thanks: + - PhobosK + 08 Feb 2011; Sebastian Pipping ChangeLog: Add iBFT support for iSCSI (bug #314575) diff --git a/genkernel.conf b/genkernel.conf index 3f52a32..779d71f 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.