]> git.pld-linux.org Git - packages/bootsplash.git/blob - bootsplash.sysconfig
- added init script for activating bootsplash on other consoles
[packages/bootsplash.git] / bootsplash.sysconfig
1 # $Id$
2
3 # REMEMBER: changing BOOT_SPLASH, BOOT_SPLASH_RESOLUTIONS, THEME should be
4 #           followed by mkinitrd
5
6 # boot splash enabled?
7 #SPLASH=yes
8 BOOT_SPLASH=yes
9
10 # desired resolutions (each one increases size of initrd)
11 #BOOT_SPLASH_RESOLUTIONS="1024x768 800x600"
12 BOOT_SPLASH_RESOLUTIONS=
13
14 # set on which consoles should be a bootsplash
15 # set 0 for the first one, 1 for the second etc.
16 # you can also give a list
17 BOOT_SPLASH_CONSOLES=
18
19 # bootsplash theme... You have to have installed one
20 #THEME=darkblue
21 THEME=darkblue
22
23 # Text to show when booting...
24 #BOOT_TXT="Booting the system... press F2 for verbose mode"
25 BOOT_TXT="Booting the system... press F2 for verbose mode"
26
27 # Text to show when shutting down...
28 #SHUTDOWN_TXT="Shutting down the system... press F2 for verbose mode"
29 SHUTDOWN_TXT="Shutting down the system... press F2 for verbose mode"
30
This page took 0.064189 seconds and 3 git commands to generate.