## Path:	System/Boot
## Description:	enables/disables bootup graphics
## Type:	yesno
## Default:	yes
#
# SPLASH can be set to "no" to turn off the splash-screen on console 1
# at boot time (after kernel load).
#
# SPLASH=no to disable the splash screen
#
# SPLASH=yes to show the splash screen
#
# REVERSE=yes to enable progress bar reversing on system shutdown
#
# REVERSE=no to disable this feature
#
SPLASH="yes"
REVERSE="yes"
THEME="current"
