Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 41129

Summary: Genkernel does not correctly configure bootsplash when it is enabled in the system. Does not pick up different splash screens
Product: Gentoo Hosted Projects Reporter: David-John Miller <anoyomouse>
Component: genkernelAssignee: Gentoo Genkernel Maintainers <genkernel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: A proposed patch to fix this problem

Description David-John Miller 2004-02-10 09:41:24 UTC
When I looked into the "gen_init.sh" script the support was not there for different bootsplash screens if you had configured those in the /etc/conf.d/bootsplash file.

Reproducible: Always
Steps to Reproduce:
1.enabel bootsplash in genkernel.conf
2.run genkernel
3.the bootscreen will be the same no matter what boot screen is configured on your system



Expected Results:  
created a splash screen like the one currently displaying on the system
Comment 1 David-John Miller 2004-02-10 09:44:54 UTC
Created attachment 25349 [details, diff]
A proposed patch to fix this problem

patch to genkernel version 3.0.1_beta10 gen_initrd.sh
Comment 2 Brad House 2004-02-14 20:02:03 UTC
actually, probably need to go more in-depth than this with
stuff for grabbing the desired config off the command line,
so we don't have to do an environment-var ...
I'll look into this.
Comment 3 Tim Yamin (RETIRED) gentoo-dev 2004-03-04 09:29:08 UTC
[[ Reassigning ]]
Comment 4 Tim Yamin (RETIRED) gentoo-dev 2004-03-21 07:48:08 UTC
The patch is in genkernel-3.0.2_rc1. Thanks!