summaryrefslogtreecommitdiffstats
path: root/abs/core/fbsplash/splash.conf
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/fbsplash/splash.conf')
-rw-r--r--abs/core/fbsplash/splash.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/fbsplash/splash.conf b/abs/core/fbsplash/splash.conf
index 57e6e85..44fed88 100644
--- a/abs/core/fbsplash/splash.conf
+++ b/abs/core/fbsplash/splash.conf
@@ -17,13 +17,13 @@ SPLASH_THEMES="
## Override the initial silent splash screen status message defaults.
## Note: '$progress' will be replaced by Fbsplash itself.
## * initcpio - (no effect with fbcondecor kernel)
-SPLASH_INIT_MESSAGE="Initializing the kernel"
+SPLASH_INIT_MESSAGE="Initializing the kernel..."
## * bootup
-SPLASH_BOOT_MESSAGE="Booting '$HOSTNAME' (\$progress%)"
+SPLASH_BOOT_MESSAGE="Booting $HOSTNAME..."
## * reboot
-SPLASH_REBOOT_MESSAGE="Rebooting '$HOSTNAME' (\$progress%)"
+SPLASH_REBOOT_MESSAGE="Rebooting $HOSTNAME..."
## * shutdown
-SPLASH_SHUTDOWN_MESSAGE="Shutting down '$HOSTNAME' (\$progress%)"
+SPLASH_SHUTDOWN_MESSAGE="Shutting down $HOSTNAME..."
## Include and use the Fbsplash daemon (1.5 MiB) in the initcpio
## instead of the small helper only.
@@ -36,8 +36,8 @@ SPLASH_DAEMON="early"
## Make the splash daemon use fade effects.
## Note: The initcpio helper does only use the kernel parameter!
# Just use fadein on bootup and fadeout on shutdown/reboot
-case $PREVLEVEL in N ) SPLASH_EFFECTS="fadein" ; esac
-case $RUNLEVEL in [06] ) SPLASH_EFFECTS="fadeout"; esac
+#case $PREVLEVEL in N ) SPLASH_EFFECTS="fadein" ; esac
+#case $RUNLEVEL in [06] ) SPLASH_EFFECTS="fadeout"; esac
# Uncomment this line to allways use both
# SPLASH_EFFECTS="fadein,fadeout"