Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36408 - genkernel 3.0 requires bootplash ebuild
Summary: genkernel 3.0 requires bootplash ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: High normal
Assignee: Brad House
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-23 22:05 UTC by Jonathan Beilin
Modified: 2004-01-18 08:11 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Beilin 2003-12-23 22:05:33 UTC
genkernel 3.0, even after parsing the --no-bootsplash command, refuses to complete without the bootsplash ebuild merged and gives the following error:

*initrd: copying bootsplash
/usr/bin/genkernel: line 212: /sbin/splash: No such file or directory
*gen_die(): could not copy 800x600 bootsplash 

with bootsplash merged, it is successful.
(btw, this is for the 2.6 stable kernel)

Reproducible: Always
Steps to Reproduce:
1. run genkernel without bootsplash merged
2.
3.

Actual Results:  
received the error message:

*initrd: copying bootsplash
/usr/bin/genkernel: line 212: /sbin/splash: No such file or directory
*gen_die(): could not copy 800x600 bootsplash 



Expected Results:  
correctly read the --no-bootsplash argument and forego a bootsplash or at least
more clearly give a solution.
Comment 1 Paul Taylor 2004-01-06 06:42:07 UTC
I encountered the same problem, and discovered it's actually a feature of 
genkernel 3.0.  The supplied /etc/genkernel.conf settings has bootsplash
enabled by default; if you don't want to specify --no-bootsplash each time,
change /etc/genkernel.conf

Similarly, install is _disabled_ by default - why?!

Whether these default values are a good idea is left as an exercise to the reader...
Comment 2 Brad House 2004-01-18 08:11:19 UTC
this is fixed in later versions of genkernel, upgrade!