Bug 491232

Summary: LiveCD fails to include plymouth plugin in initrd
Product: [Fedora] Fedora Reporter: Warren Togami <wtogami>
Component: spin-kickstartsAssignee: Jeroen van Meeuwen <vanmeeuwen+fedora>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: katzj, tcallawa, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-15 18:47:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 484397    

Description Warren Togami 2009-03-19 22:47:13 UTC
Bug 1)
fedora-live-base.ks currently installs plymouth-plugin-solar.  Jon Mccann says the default plymouth plugin for graphical boot of Fedora 11 is plymouth-plugin-spinfinity.

Bug 2)
/usr/lib/plymouth/default.so currently points to text.so.  We need this to point to spinfinity.so instead for graphical boot to work.  Unfortunately, this is more difficult than it seems.

%post might need to run "plymouth-set-default-plugin spinfinity" for it to take effect.  But this alone wont work, because mkliveinitrd runs well before kickstart's %post script during kernel's %post.

This leaves our only option to run mkliveinitrd ourselves again during kickstart %post.

The combination of these two fixes should make KMS graphical boot work on most intel and ati hardware in Fedora 11.

Comment 1 Warren Togami 2009-03-23 20:20:17 UTC
Apparently comps pulled in "plymouth-system-plugin" by default, which is provided by all plugins.  solar was continued to be pulled in despite it no longer being default because it has the shortest name.

Only the desired plugin spinfinity will automatically make itself default in F-11.

I am changing comps-f11.xml.in to explicitly pull in plymouth-plugin-spinfinity.  I think this will be all we need for livecd's to use graphical boot.  We will find out after rawhide compose tomorrow.