Bug 491232 - LiveCD fails to include plymouth plugin in initrd
Summary: LiveCD fails to include plymouth plugin in initrd
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: spin-kickstarts
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jeroen van Meeuwen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F11Live
TreeView+ depends on / blocked
 
Reported: 2009-03-19 22:47 UTC by Warren Togami
Modified: 2009-04-15 18:47 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-04-15 18:47:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.