aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: c61ed87b5a3a7325ec4dbd19127e1ed5abbb297b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Bootsplash
==========

This the Bootsplash package for Mandrake 8.2.

The images are stored in initrd and loaded by the kernel at the initrd
loading.

You can configure some stuff via /etc/sysconfig/installkernel (since
latest initscripts) the option are :

# 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
#
SPLASH=auto

# Say yes here if you want to leave the logo on the console.
LOGO_CONSOLE=no

The config how the text are displayed is in the cfg files.

All the stuff here has been inspired from what SuSe does (kudos to Suse).

Chmouel Boudjnah <chmouel@mandrakesoft.com>