Forum Astuces.divers [Debian] Bootsplash sous Debian

Posté par  .
Étiquettes :
0
26
fév.
2005
Saluzatous, voici la procedure que j'ai utilisée pour installer un superbe bootsplash sous ma Debian :

Dans /etc/sources.list : 'deb http://www.bootsplash.de/files/debian unstable main'
#> apt-get update
#> apt-get install kernel-source-2.6.8 kernel-package bootsplash sys-rc-bootsplash bootsplash-theme-choisi

NB : prévisualisez le thème sur http://www.bootsplash.de/files/themes/screenshots
Télécharger http://www.bootsplash.de/files/bootsplash-3.1.6-2.6.8.diff, dans /usr/src

Note : le package kernel-package-bootsplash, ne contient les diffs que jusqu'à la version 2.6.7 :)

#> cd /usr/src
#> tar xvjf kernel-source-2.6.8.tar.bz2
#> ln -s kernel-source-2.6.8 ./linux
#> cd linux
#> mv {/chemin/vers/,./}bootsplash-3.1.6-2.6.8.diff
#> patch (…)