Witam, chciałbym sobie umieścić jakiś bootsplash zamiast tych literek
http://kde-look.org/index.php?xsortmode ... x68&page=0
Co zrobić aby jeden z tych bootsplashów pojawiał mi się przy starcie?
Proszę o instrukcje krok po kroku
Bootsplash w debianie
1. instalujesz wszystko co potrzebne do skompilowania kernela
2. cd /usr/src
3. wget ftp://ftp.bootsplash.org/pub/bootsplash ... .6.18.diff
4 .patch -p1 < /usr/src/bootsplash-3.1.6-2.6.18.diff
5. make menuconfig
w konfiguracji kernela zaznaczasz
"Device Drivers" -> "Graphics Support" -> "Bootsplash Configuration" i aktywujesz "Bootup splash screen"
6 .apt-get install bootsplash
7 .apt-get install bootsplash-theme-debian
8. mv /etc/init.d/rc /etc/init.d/rc.old
9. cd /etc/init.d
wget ftp://ftp.bootsplash.org/pub/bootsplash ... n-etch.txt
mv rc-debian-etch.txt rc
chmod +x rc
10. apt-get install initrd-tools cramfsprogs
11. mkinitrd -o /boot/initrd.img-2.6.18-twoja_nazwa_kernela /lib/modules/2.6.18_twoja_nazwa_kernela
12 splash -s -f /etc/bootsplash/themes/current/config/bootsplash-1024x768.cfg >> /boot/initrd.img-2.6.18-twoja_nazwa_kernela
13 dodajesz w pliku /etc/boot/grub/menu.lst w lini rozpoczynajacej sie wyrazem kernel na koncu wpisy vga=791 splash=silent
14 resetujesz kompa i cieszysz sie bootsplashem
2. cd /usr/src
3. wget ftp://ftp.bootsplash.org/pub/bootsplash ... .6.18.diff
4 .patch -p1 < /usr/src/bootsplash-3.1.6-2.6.18.diff
5. make menuconfig
w konfiguracji kernela zaznaczasz
"Device Drivers" -> "Graphics Support" -> "Bootsplash Configuration" i aktywujesz "Bootup splash screen"
6 .apt-get install bootsplash
7 .apt-get install bootsplash-theme-debian
8. mv /etc/init.d/rc /etc/init.d/rc.old
9. cd /etc/init.d
wget ftp://ftp.bootsplash.org/pub/bootsplash ... n-etch.txt
mv rc-debian-etch.txt rc
chmod +x rc
10. apt-get install initrd-tools cramfsprogs
11. mkinitrd -o /boot/initrd.img-2.6.18-twoja_nazwa_kernela /lib/modules/2.6.18_twoja_nazwa_kernela
12 splash -s -f /etc/bootsplash/themes/current/config/bootsplash-1024x768.cfg >> /boot/initrd.img-2.6.18-twoja_nazwa_kernela
13 dodajesz w pliku /etc/boot/grub/menu.lst w lini rozpoczynajacej sie wyrazem kernel na koncu wpisy vga=791 splash=silent
14 resetujesz kompa i cieszysz sie bootsplashem
Ja odsyłam do tego tematu: http://debian.linux.pl/viewtopic.php?t=6752