]> git.pld-linux.org Git - packages/bootsplash.git/blame - bootsplash.sysconfig
- x32 rebuild
[packages/bootsplash.git] / bootsplash.sysconfig
CommitLineData
90c5ca2a 1# $Id$
2
527df9a6 3# REMEMBER: after changing BOOT_SPLASH, BOOT_SPLASH_RESOLUTIONS, THEME you should regenerate initrd
90c5ca2a 4
5# boot splash enabled?
6#BOOT_SPLASH=yes
7BOOT_SPLASH=yes
8
9# desired resolutions (each one increases size of initrd)
10#BOOT_SPLASH_RESOLUTIONS="1024x768 800x600"
11BOOT_SPLASH_RESOLUTIONS="1024x768"
12
13# set on which consoles should be a bootsplash
14# set 0 for the first one, 1 for the second etc.
15# you can also give a list
16#BOOT_SPLASH_CONSOLES="1 2 3 4 5 6 7"
17BOOT_SPLASH_CONSOLES=
18
19# bootsplash theme... You have to have installed one
20#THEME=darkblue
65b3df5a 21THEME=blackbyshad
90c5ca2a 22
23# Text to show when booting...
24#BOOT_TXT="Booting the system... press F2 for verbose mode"
25BOOT_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"
29SHUTDOWN_TXT="Shutting down the system... press F2 for verbose mode"
This page took 0.084137 seconds and 4 git commands to generate.