Je mets le passage intéressant:Auriez-vous un lien pour un howto bootsplash, je n'arrive tjs pas à le faire marcher. Je viens d 'essayer le site de Minet.
To get it to work follow these instructions.
~$ splash -s -f /path/to/bootsplash.cfg > bootsplash
For some reason, I had to extract the existing cpio image and recreate it,
otherwise it would fail. I assume it has something to do with the way
mkinitramfs is creating it.
~$ mkdir initrd.d && cd initrd.d && gunzip < /path/to/initrd.img | cpio -i
~$ find . | cpio -o -H newc > ../initrd && cd ../ && rmdir initrd.d
~$ echo bootsplash | cpio -o -H newc >> initrd
~$ gzip -9 < initrd > initrd.img $$ rm -f initrd
Point your favorite bootloader to the new initrd and everything should come
up fine.
Le 10/03/06, fred <
[EMAIL PROTECTED]> a écrit :
mahashakti89 < [EMAIL PROTECTED]> a écrit :
> J'utilise bootsplash depuis assez longtemps et je n 'ai jamais vu qu'il
> ne faille pas patcher et recompiler le noyau.
Pour info : les paquets debian fournis sur debian.bootsplash.de ne
fonctionnent pas avec une sid (une etch, je ne sais pas) : la façon de
créer l'initrd a changé entre la sarge et la sid. Ces paquets, bien que
dans l'arborescence unstable, sont en fait pour la stable.
Pour la sid, il faut recréer l'initrd avec cpio (cf. la mailing-list
de debian.bootsplash.de).
--
Fred.
--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Le bon sens est la chose du monde la mieux partagée.