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: Plymouth question (Charlie Brej)
2. Re: Plymouth question (Ray Strode)
3. Re: Plymouth question (G. Michael Carter)
4. Re: Plymouth question (Ray Strode)
----------------------------------------------------------------------
Message: 1
Date: Wed, 03 Dec 2008 20:54:29 +0000
From: Charlie Brej <[EMAIL PROTECTED]>
Subject: Re: Plymouth question
To: "G. Michael Carter" <[EMAIL PROTECTED]>,
[email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8; format=flowed
G. Michael Carter wrote:
> Ray thanks for your help. I'm pretty safe posting to the list since
> she would be in very different areas of the internet.
>
> The debug help and manual run helped me figure out what's going on. (I
> think) When doing the init 3/show splash thing I see the changes to
> the star.png file no problem. But a reboot I don't. There is a "no
> file found" type message on a reboot. I'm assuming the graphic files
> need to be in the initrd file, but the
> /usr/libexec/plymouth/plymouth-update-initrd doesn't appear to be
> putting them in. I added the -v flag to the command inside and don't
> see any reference to the /usr/share/plymouth directory.
>
> Or did I really miss the mark on this one? Was there something I
> needed to do before hand?
>
> Thanks
> Michael
Could you try:
# yum install plymouth\*
# plymouth-set-default-plugin fade-in (or some other one)
# /usr/libexec/plymouth/plymouth-update-initrd
And redo the reboot.
If the splash changes then youre on the right lines, if not then make sure
you're booting into the kernel you just made the initrd for.
Are you booting using a special renamed initrd?
------------------------------
Message: 2
Date: Wed, 3 Dec 2008 16:26:01 -0500
From: "Ray Strode" <[EMAIL PROTECTED]>
Subject: Re: Plymouth question
To: "G. Michael Carter" <[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8
Hi,
On Wed, Dec 3, 2008 at 2:23 PM, G. Michael Carter <[EMAIL PROTECTED]> wrote:
> The debug help and manual run helped me figure out what's going on. (I
> think) When doing the init 3/show splash thing I see the changes to the
> star.png file no problem. But a reboot I don't. There is a "no file
> found" type message on a reboot. I'm assuming the graphic files need to be
> in the initrd file, but the /usr/libexec/plymouth/plymouth-update-initrd
> doesn't appear to be putting them in. I added the -v flag to the command
> inside and don't see any reference to the /usr/share/plymouth directory.
What's the output of
ls -l /usr/lib*/plymouth/default.so
?
Can you add
set -x
to the top of
/usr/libexec/plymouth/plymouth-populate-initrd
(which gets run by mkinitrd)
and then attach the output of running
plymouth-update-initrd
?
--Ray
------------------------------
Message: 3
Date: Wed, 03 Dec 2008 17:35:01 -0500
From: "G. Michael Carter" <[EMAIL PROTECTED]>
Subject: Re: Plymouth question
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8; format=flowed
oh so silly found the problem. I had copied the images into a backup
directory "bk" seems if there are any subdirectories mkinitrd doesn't
copy the images.
Which brings me to my next question. How did you tell mkinitrd to
include the images in the first place? I've very new to the mkinitrd
and want to make a PXE version of a liveCD in the new year (if I ever
get around to it)
It will help me out later down the road.
Thanks for all the help,
Michael
------------------------------
Message: 4
Date: Wed, 3 Dec 2008 23:07:03 -0500
From: "Ray Strode" <[EMAIL PROTECTED]>
Subject: Re: Plymouth question
To: "G. Michael Carter" <[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8
Hi,
On Wed, Dec 3, 2008 at 5:35 PM, G. Michael Carter <[EMAIL PROTECTED]> wrote:
> oh so silly found the problem. I had copied the images into a backup
> directory "bk" seems if there are any subdirectories mkinitrd doesn't
> copy the images.
Ah, glad you found the issue.
> Which brings me to my next question. How did you tell mkinitrd to
> include the images in the first place? I've very new to the mkinitrd
> and want to make a PXE version of a liveCD in the new year (if I ever
> get around to it)
mkinitrd calls plymouth-populate-initrd. plymouth-populate-initrd copies
all the files (but as you found out not directories) in
/usr/share/plymouth/<plugin-name>/ to the initrd.
The livecd actually uses mkliveinitrd not mkinitrd which is a similar
but more generic script.
--Ray
------------------------------
_______________________________________________
plymouth mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/plymouth
End of plymouth Digest, Vol 3, Issue 3
**************************************