Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 398601 | Differences between
and this patch

Collapse All | Expand All

(-)genkernel-3.4.22.1-vanilla/gen_configkernel.sh (-1 / +1 lines)
Lines 131-136 Link Here
131
131
132
	if isTrue ${SPLASH}
132
	if isTrue ${SPLASH}
133
	then
133
	then
134
		sed -i ${KERNEL_DIR}/.config -e 's/#\? \?CONFIG_FB_SPLASH is.*/CONFIG_FB_SPLASH=y/g'
134
		sed -i ${KERNEL_DIR}/.config -e 's/#\? \?CONFIG_FB_CON_DECOR is.*/CONFIG_FB_CON_DECOR=y/g'
135
	fi
135
	fi
136
}
136
}
(-)genkernel-3.4.22.1-vanilla/gen_initramfs.sh (-1 / +1 lines)
Lines 345-351 Link Here
345
345
346
append_splash(){
346
append_splash(){
347
	splash_geninitramfs=`which splash_geninitramfs 2>/dev/null`
347
	splash_geninitramfs=`which splash_geninitramfs 2>/dev/null`
348
	if [ -x "${splash_geninitramfs}" ]
348
	if [ -x "${splash_geninitramfs}" ] && ! grep -q -E '^CONFIG_FRAMEBUFFER_CONSOLE=[y|m]' ${KERNEL_DIR}/.config
349
	then
349
	then
350
		[ -z "${SPLASH_THEME}" ] && [ -e /etc/conf.d/splash ] && source /etc/conf.d/splash
350
		[ -z "${SPLASH_THEME}" ] && [ -e /etc/conf.d/splash ] && source /etc/conf.d/splash
351
		[ -z "${SPLASH_THEME}" ] && SPLASH_THEME=default
351
		[ -z "${SPLASH_THEME}" ] && SPLASH_THEME=default

Return to bug 398601