Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 684012 - genkernel-next ignores settings for plymouth theme
Summary: genkernel-next ignores settings for plymouth theme
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel-next (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Ettore Di Giacinto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-21 18:16 UTC by Charles Selvidge
Modified: 2019-04-21 18:25 UTC (History)
0 users

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


Attachments
config file for genkernel-next (genkernel.conf,8.14 KB, text/plain)
2019-04-21 18:16 UTC, Charles Selvidge
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Selvidge 2019-04-21 18:16:47 UTC
Created attachment 573528 [details]
config file for genkernel-next

Using sys-kernel/genkernel-next-69 on AMD64

Specifying a plymouth theme such as solar or breeze in /etc/genkernel.conf leads to genkernel always using the "text" theme and then include that in the resulting initramfs.

Output from genkernel: 

>> Installing plymouth [ using the text theme and plugin: "text" ]...

Specifying the theme using the command line works:


genkernel --plymouth --plymouth-theme=solar initramfs


Output from genkernel:

>> Installing plymouth [ using the solar theme and plugin: "space-flares" ]...


Other options such as selecting a compression method for the initramfs seems to work just fine.

Output from genkernel:

>> Compressing cpio data (.lzo)...
Comment 1 Charles Selvidge 2019-04-21 18:25:28 UTC
Not passing any command line arguments fixes this behavior and the initramfs is built correctly:

genkernel initramfs produces the desired result. Apologies for wasting dev time.