From 107049cad2ad3ebbd4b60556e3bbe85b16b1c13c Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 9 Feb 2011 17:17:24 +0100 Subject: [PATCH] .conf: Add SPLASH and SPLASH_THEME (bug #268468) --- ChangeLog | 6 ++++++ genkernel.conf | 8 ++++++++ 2 files changed, 14 insertions(+) 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. -- 2.26.2