On Wednesday 05 April 2006 02:33, Lord Sauron wrote:
[SNIP]
> So I now use the theme "livecd-2006.0" Just my $0.02, but it's sorta
> difficult to change themes.  Soon as I'm more bash literate, I'll try
> to make a script to change themes in a easier manner
> ("lsauron_cngsplshthm [theme]", perhaps?  I dunno...  Mind of a
> programmer, once more).  I counted 2 places I have to change to change
> themes:
>
> /etc/splash splashutils_geninitramfs... // generate new initramfs file
> /boot/grub/menu.lst // point to it, and make sure kernel command line
> args are nice and happy
[SNIP]

I guarantee nothing... ;) :

#!/bin/bash
RES=1400x1050
THEME=${1}
splash_geninitramfs ${THEME} -r ${RES} -g /boot/fbsplash -v
sed -i -e 's/theme:[a-z0-9.-]*/theme:'${THEME}'/' /boot/grub/menu.lst

> PS:  I'm playing with this GPG stuff...  I want to see if any of you
> can use [verify] this.  I'm just curious...  I had some nut case
> ghosting off of my domain and email and then emailing some friends.  I
> was not happy.  Someone suggested signing my messages.  So, I'm
> trying.  Tell me if I'm doing it right if it's conveinient.

"Message was signed on 1/1-1970 00:59 with unknown key 0x8F22D39E.
The validity of the signature cannot be verified."
[SNIP]
"End of signed message"

I guess not...

-- 
Bo Andresen
-- 
gentoo-user@gentoo.org mailing list

Reply via email to