summaryrefslogtreecommitdiffstats
path: root/abs/core/fbsplash/splash.conf
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2011-10-06 21:27:09 (GMT)
committerBritney Fransen <brfransen@gmail.com>2011-10-06 21:27:09 (GMT)
commit3735849e4bd7a3fe9e46c2069dbf65acd838c2a7 (patch)
treec80ac174d69132c09b38ba547ceed54b12168830 /abs/core/fbsplash/splash.conf
parentd85a54be874d653f47ab9c20d01b69e820b368db (diff)
downloadlinhes_pkgbuild-3735849e4bd7a3fe9e46c2069dbf65acd838c2a7.zip
linhes_pkgbuild-3735849e4bd7a3fe9e46c2069dbf65acd838c2a7.tar.gz
linhes_pkgbuild-3735849e4bd7a3fe9e46c2069dbf65acd838c2a7.tar.bz2
fbsplash: remove progress from splash messages
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"