View previous topic :: View next topic |
Author |
Message |
paul555 l33t
Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Thu Feb 03, 2005 10:20 pm Post subject: gensplash |
|
|
Hi all i sucessfully emerge splashutils and get gensplash working but how can i change it's theme?I already have an another theme and i want to use it instead the default but i don't understand how.Any help? |
|
Back to top |
|
|
daff Apprentice
Joined: 02 Jul 2003 Posts: 232 Location: Vienna, Austria
|
Posted: Thu Feb 03, 2005 11:30 pm Post subject: |
|
|
Have a look at this HOWTO in the Gentoo Wiki. _________________ Instead of asking why a piece of software is using 1970s technology,
start asking why software is ignoring 30 years of accumulated wisdom. |
|
Back to top |
|
|
paul555 l33t
Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Fri Feb 04, 2005 12:36 am Post subject: |
|
|
Well ok but here is what i want :i have a theme in /etc/splash/gentoo and i want to use it instead of the default emergence.I edit ok the config file of the theme setup grub but still nothing.Here is my grub.conf
Code: | title=Gentoo Linux 2.6.9-r1
root(hd0,1)
kernel /kernel-2.6.9-gentoo-r1 root=/dev/ram0 init=/linuxrc real_root=/dev/sda7 splash=silent,theme:gentoo video=vesafb:ywrap,mtrr,1024x768-16@75
initrd /initrd-2.6.9-gentoo-r1
|
I used genkernell to compile the kernell and then i do nothing to change or modify the initrd.I suppose i must add the new theme in the initrd but how?Or i am wrong?
Help please... |
|
Back to top |
|
|
kerstman n00b
Joined: 27 Nov 2004 Posts: 68
|
Posted: Fri Feb 04, 2005 10:23 am Post subject: |
|
|
You also have to tell genkernel the theme to use (with the --gensplash option) when compiling the kernel so it gets placed into the initrd. |
|
Back to top |
|
|
paul555 l33t
Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Fri Feb 04, 2005 12:21 pm Post subject: |
|
|
Ok but if i want to plase it later what i have to do? |
|
Back to top |
|
|
kerstman n00b
Joined: 27 Nov 2004 Posts: 68
|
Posted: Tue Feb 08, 2005 12:00 pm Post subject: |
|
|
I'm not sure what you mean.. but I use the gentoo theme as well and make my kernel like this:
Code: | genkernel all --gensplash=gentoo |
(Plus other options for mrproper, clean, menuconfig, save-config etc.)
Then I edit my grub.conf file to look like the one you give in your example. Reboot, and I have a splash with the gentoo theme. If I want a new splash, I just change the theme in the genkernel command (and so compile a new kernel + initrd), change my grub.conf and reboot..... |
|
Back to top |
|
|
paul555 l33t
Joined: 22 Nov 2004 Posts: 612 Location: Greece
|
Posted: Tue Feb 08, 2005 12:35 pm Post subject: |
|
|
Ok thanks for the reply and sorry for my silly question |
|
Back to top |
|
|
|