Send plymouth mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freedesktop.org/mailman/listinfo/plymouth
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of plymouth digest..."
Today's Topics:
1. Re: BootProgressFunction parameters (Charlie Brej)
2. Re: custom plymouth theme (Charlie Brej)
----------------------------------------------------------------------
Message: 1
Date: Fri, 04 Jun 2010 20:38:41 +0100
From: Charlie Brej <[email protected]>
Subject: Re: BootProgressFunction parameters
To: David D Lowe <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 06/04/2010 05:22 PM, David D Lowe wrote:
> Hello all.
>
> on this wiki page:
> http://www.freedesktop.org/wiki/Software/Plymouth/Scripts
> the arguments for a BootProgressFunction should be progress, time.
>
> However, when I experimented with Plymouth scripts, I found that in fact
> it is the opposite way round. It's time, progress.
>
> For example:
> # this code works
> fun progress_callback(time, progress)
> {
> progress_status = "We have waited " + time + " seconds and we are " +
> (progress * 100) + " % done";
> // ...
> }
> Plymouth.SetBootProgressFunction(progress_callback);
>
> Am I right?
> Yours,
> David D Lowe
Yes you are. The wiki is incorrect, but the example plugin is right.
Corrected the wiki.
------------------------------
Message: 2
Date: Fri, 04 Jun 2010 21:29:02 +0100
From: Charlie Brej <[email protected]>
Subject: Re: custom plymouth theme
To: Chris Cole <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 06/04/2010 03:55 PM, Chris Cole wrote:
> Hello all, I would like to make a custom plymouth theme for Ubuntu
> 10.04. I followed the instructions here:
>
>
http://www.ubunturoot.com/2010/05/how-to-create-simple-plymouth-theme.html
>
> But it falls back to the default Ubuntu splash. I haven't been able to
> find anything that works.
> Do you all have a guide that can be followed?
Problem is probably that it has not updated the initrd. The command to
update the initrd on Ubuntu is:
# sudo update-initramfs -u
You can search for plymouth with that as a search term for guides that
mention it.
------------------------------
_______________________________________________
plymouth mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/plymouth
End of plymouth Digest, Vol 20, Issue 2
***************************************