All of lore.kernel.org
 help / color / mirror / Atom feed
* plymouth working for anybody with F-11?
@ 2009-05-29  4:23 Warren Togami
       [not found] ` <4A1F6351.8070908-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Warren Togami @ 2009-05-29  4:23 UTC (permalink / raw)
  To: initramfs

Is plymouth working for anyone with F-11 right now?

In my case it seems to fail to load the KMS kernel module (intel.ko in 
my case) prior to plymouth splash is executed.

Warren
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: plymouth working for anybody with F-11?
       [not found] ` <4A1F6351.8070908-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2009-05-29  4:32   ` Warren Togami
       [not found]     ` <4A1F6550.4070400-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Warren Togami @ 2009-05-29  4:32 UTC (permalink / raw)
  To: initramfs

On 05/29/2009 12:23 AM, Warren Togami wrote:
> Is plymouth working for anyone with F-11 right now?
>
> In my case it seems to fail to load the KMS kernel module (intel.ko in
> my case) prior to plymouth splash is executed.
>

Another problem is it seems to still use default.so.

[[ -f ${LIBDIR}/plymouth/default.so ]] && inst ${LIBDIR}/plymouth/default.so

The plymouth in F-11 seems to no longer use the default.so symlink.  It 
seems to be copying the default "charge" theme into the image, but 
without the required two-step.so plugin.

BTW, why are we using our own plymouth-populate-initrd instead of using 
plymouth's own /usr/libexec/plymouth/plymouth-populate-initrd, which 
presumably would do the right thing for its own version of plymouth? 
(Didn't try it yet.)

Warren Togami
wtogami-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: plymouth working for anybody with F-11?
       [not found]     ` <4A1F6550.4070400-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2009-05-29  7:27       ` Harald Hoyer
  2009-05-29 11:49       ` Victor Lowther
  1 sibling, 0 replies; 4+ messages in thread
From: Harald Hoyer @ 2009-05-29  7:27 UTC (permalink / raw)
  To: Warren Togami; +Cc: initramfs

On 05/29/2009 06:32 AM, Warren Togami wrote:
> On 05/29/2009 12:23 AM, Warren Togami wrote:
>> Is plymouth working for anyone with F-11 right now?
>>
>> In my case it seems to fail to load the KMS kernel module (intel.ko in
>> my case) prior to plymouth splash is executed.
>>
>
> Another problem is it seems to still use default.so.
>
> [[ -f ${LIBDIR}/plymouth/default.so ]] && inst
> ${LIBDIR}/plymouth/default.so
>
> The plymouth in F-11 seems to no longer use the default.so symlink. It
> seems to be copying the default "charge" theme into the image, but
> without the required two-step.so plugin.
>
> BTW, why are we using our own plymouth-populate-initrd instead of using
> plymouth's own /usr/libexec/plymouth/plymouth-populate-initrd, which
> presumably would do the right thing for its own version of plymouth?
> (Didn't try it yet.)

/usr/libexec/plymouth/plymouth-populate-initrd should/will be fixed to use 
dracut syntax and will be used, as soon as dracut replaces mkinitrd.
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: plymouth working for anybody with F-11?
       [not found]     ` <4A1F6550.4070400-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  2009-05-29  7:27       ` Harald Hoyer
@ 2009-05-29 11:49       ` Victor Lowther
  1 sibling, 0 replies; 4+ messages in thread
From: Victor Lowther @ 2009-05-29 11:49 UTC (permalink / raw)
  To: Warren Togami; +Cc: initramfs

On Fri, 2009-05-29 at 00:32 -0400, Warren Togami wrote:
> On 05/29/2009 12:23 AM, Warren Togami wrote:
> > Is plymouth working for anyone with F-11 right now?
> >
> > In my case it seems to fail to load the KMS kernel module (intel.ko in
> > my case) prior to plymouth splash is executed.
> >
> 
> Another problem is it seems to still use default.so.
> 
> [[ -f ${LIBDIR}/plymouth/default.so ]] && inst ${LIBDIR}/plymouth/default.so
> 
> The plymouth in F-11 seems to no longer use the default.so symlink.  It 
> seems to be copying the default "charge" theme into the image, but 
> without the required two-step.so plugin.
> 
> BTW, why are we using our own plymouth-populate-initrd instead of using 
> plymouth's own /usr/libexec/plymouth/plymouth-populate-initrd, which 
> presumably would do the right thing for its own version of plymouth? 
> (Didn't try it yet.)

Because the original plymouth-populate-initrd script was full of useless
(to dracut) code that our internal inst functions handled better and in
a more generic fashion, so I trimmed it down to its essentials.

> Warren Togami
> wtogami-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
> --
> To unsubscribe from this list: send the line "unsubscribe initramfs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
-- 
Victor Lowther
RHCE# 805008539634727
LPIC-2# LPI000140019

--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-05-29 11:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29  4:23 plymouth working for anybody with F-11? Warren Togami
     [not found] ` <4A1F6351.8070908-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-05-29  4:32   ` Warren Togami
     [not found]     ` <4A1F6550.4070400-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-05-29  7:27       ` Harald Hoyer
2009-05-29 11:49       ` Victor Lowther

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.