[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bootsplash



Of course, not problem.
The main thing you must put in your yaboot.conf is to tell the kernel to
switch to a 1024x768 and 32 depth framebuffer and link that kernel with
the initrd you've created with the splash utils.

YABOOT CONFIG:

boot=/dev/hda4
device=/pci@f4000000/ata-6@d/disk@0:
partition=6
root=/dev/hda6
timeout=100
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot
enablecdboot
macosx=/dev/hda3
image=/boot/vmlinux-2.6.9
       label=Linux
       read-only
       initrd=/boot/initrd-bs  <--- This and next are bootsplash related
       append="root=/dev/hda6 video=radeonfb:1024x768-32 splash=silent"
END

As you see, most things are not related here, but I've put the full
yaboot.conf file.

And the themes you can find them in the bootsplash page:
http://www.bootsplash.de/

Downloads section:
http://www.bootsplash.de/files/

Actually I'm using this theme:
http://www.bootsplash.de/files/themes/Theme-DangerGirl.tar.bz2


-- 
David Rodriguez <david@asturlinux.org>



Reply to: