# Config file for splashutils # a theme to use, probably best left commented (the theme specified # on the kernel command line is used) SPLASH_THEME="mame" # on which ttys should fbsplash be enabled? defaults to RC_TTY_NUMBER # SPLASH_TTYS="1 2 3 4 5 6" # what font to use? defaults to what fbtruetype uses # SPLASH_FONT="luxisri.ttf" # boot/reboot/shutdown message overrides #SPLASH_BOOT_MESSAGE=" Booting " #SPLASH_REBOOT_MESSAGE=" Rebooting " #SPLASH_SHUTDOWN_MESSAGE="Shutting down" SPLASH_BOOT_MESSAGE=" " SPLASH_REBOOT_MESSAGE=" " SPLASH_SHUTDOWN_MESSAGE=" " # should we drop to verbose mode on initscript errors? (yes/no) SPLASH_VERBOSE_ON_ERRORS="no" # allows to set different themes on different consoles # format: ": : (...)" # SPLASH_TTY_MAP="1:emergence"