Magellan Linux

Annotation of /trunk/busybox/splash.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1397 - (hide annotations) (download)
Fri Jul 1 14:17:10 2011 UTC (12 years, 10 months ago) by niro
File size: 917 byte(s)
-use /dev/splashfifo as fifo for fbsplash
1 niro 1264 # /etc/splash/splash.conf - global setting for fbsplash
2     # $Id$
3    
4     # Name of the of the theme which will be used:
5     SPLASH_THEME="default"
6    
7     # The splash modes which will be used:
8     # silent displays a graphical boot image,
9     # and verbose the standard text messages
10     SPLASH_MODE="silent"
11     #SPLASH_MODE="verbose"
12    
13     # Which display should be used for fbsplash:
14     SPLASH_TTY="3"
15 niro 1277 # enable this to suppres flickers, while starting X
16     #SPLASH_X11_TTY="${SPLASH_TTY}"
17 niro 1264
18     # Default boot messages
19     SPLASH_BOOT_MESSAGE="Booting the system ..."
20     SPLASH_REBOOT_MESSAGE="Rebooting the system ..."
21     SPLASH_SHUTDOWN_MESSAGE="Shutting down the system ..."
22    
23     # should fbsplash drop into verbose mode on errors? (1=yes, 0=no)
24     SPLASH_VERBOSE_ON_ERRORS="1"
25    
26     # default fbsplash themes directory
27     SPLASH_THEMES="/etc/splash/themes"
28    
29     # control fifo for fbsplash
30 niro 1397 SPLASH_FIFO="/dev/splashfifo"
31 niro 1264
32     # optional parameters used by the fbsplash command
33     SPLASH_OPTS=""