1°/ lilo
relier /boot/message à /bott/message-text
et relancer lilo
Code :
- [root@admin3 admin]# ls -l /boot/me
- message message-graphic message-text
- [root@admin3 admin]# ls -l /boot/message
- lrwxrwxrwx 1 root root 15 déc 13 20:53 /boot/message -> message-graphic
- [root@admin3 admin]# ls /boot/message*
- /boot/message@ /boot/message-graphic /boot/message-text
|
2)/ bootsplash
rem : debian, slack et gentoo font aussi usage de bootsplash.
site : http://bootsplash.org/
au choix :
- tu peux garder bootsplash et le passer en mode verbose, à ce moment dans /etc/lilo.conf, comme argument au noyau tu change bootsplash=silent en bootsplash=verbose
Code :
- image=/boot/vmlinuz
- label="linux"
- root=/dev/hda3
- initrd=/boot/initrd.img
- append="devfs=mount resume=/dev/hda5 splash=verbose"
- vga=788
- read-only
|
- tu peux garder bootsplash et le désactiver
Pour cela tu édites /etc/sysconfig/bootsplash et tu mets SPLASH=no en lieu et place de SPLASH=auto
Code :
- # Specify here if you want add the splash logo to initrd when
- # generating an initrd. You can specify :
- #
- # SPLASH=no to don't have a splash screen
- #
- # SPLASH=auto to make autodetect the splash screen
- #
- # SPLASH=INT When Integer could be 800x600 1024x768 1280x1024 1600x1200
- #
- SPLASH=no
|
tu tu relances la création de bootsplash avec :
/usr/share/bootsplash/scripts/make-boot-splash
- tu peux virer bootsplash :
urpme bootsplash
---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php