Magellan Linux

Contents of /trunk/busybox/splash.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1264 - (show annotations) (download)
Fri Jan 28 19:08:48 2011 UTC (13 years, 3 months ago) by niro
File size: 836 byte(s)
-added splash-functions and config
1 # /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
16 # Default boot messages
17 SPLASH_BOOT_MESSAGE="Booting the system ..."
18 SPLASH_REBOOT_MESSAGE="Rebooting the system ..."
19 SPLASH_SHUTDOWN_MESSAGE="Shutting down the system ..."
20
21 # should fbsplash drop into verbose mode on errors? (1=yes, 0=no)
22 SPLASH_VERBOSE_ON_ERRORS="1"
23
24 # default fbsplash themes directory
25 SPLASH_THEMES="/etc/splash/themes"
26
27 # control fifo for fbsplash
28 SPLASH_FIFO="/etc/splash/fbfifo"
29
30 # optional parameters used by the fbsplash command
31 SPLASH_OPTS=""