]> git.pld-linux.org Git - packages/bootsplash.git/blame - bootsplash.sysconfig
- updated to 3.1
[packages/bootsplash.git] / bootsplash.sysconfig
CommitLineData
e873dd7c 1# $Id$
2
8e26538a 3# REMEMBER: changing BOOT_SPLASH, BOOT_SPLASH_RESOLUTIONS, THEME should be
97b69dc4 4# followed by geninitrd
8e26538a 5
e873dd7c 6# boot splash enabled?
97b69dc4 7#BOOT_SPLASH=yes
e873dd7c 8BOOT_SPLASH=yes
9
8e26538a 10# desired resolutions (each one increases size of initrd)
11#BOOT_SPLASH_RESOLUTIONS="1024x768 800x600"
12BOOT_SPLASH_RESOLUTIONS=
13
63a8b953 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
293f7d30 17#BOOT_SPLASH_CONSOLES="1 2 3 4 5 6 7"
63a8b953 18BOOT_SPLASH_CONSOLES=
19
e873dd7c 20# bootsplash theme... You have to have installed one
21#THEME=darkblue
22THEME=darkblue
23
24# Text to show when booting...
25#BOOT_TXT="Booting the system... press F2 for verbose mode"
26BOOT_TXT="Booting the system... press F2 for verbose mode"
27
28# Text to show when shutting down...
29#SHUTDOWN_TXT="Shutting down the system... press F2 for verbose mode"
30SHUTDOWN_TXT="Shutting down the system... press F2 for verbose mode"
31
This page took 0.077752 seconds and 4 git commands to generate.