Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41129 - Genkernel does not correctly configure bootsplash when it is enabled in the system. Does not pick up different splash screens
Summary: Genkernel does not correctly configure bootsplash when it is enabled in the s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-10 09:41 UTC by David-John Miller
Modified: 2004-03-21 07:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
A proposed patch to fix this problem (gen_initrd.sh.patch,1.30 KB, patch)
2004-02-10 09:44 UTC, David-John Miller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!