aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/splash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/splash.sh')
-rw-r--r--scripts/splash.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh
index d200b12..a6ccf2a 100644
--- a/scripts/splash.sh
+++ b/scripts/splash.sh
@@ -61,6 +61,10 @@ _silent="no"
grep -q silent /proc/cmdline && _silent="yes"
test "$runlevel" == "6" -o "$runlevel" == "0" && _shutdown="yes"
+if [ "$1" == "verbose" ]; then
+ echo 'verbose' > /proc/splash
+fi
+
if [ "$1" == "stop" -a $_shutdown == "no" ]; then
if [[ $LOGO_CONSOLE == No ]] || [[ $LOGO_CONSOLE == no ]] || [[ $LOGO_CONSOLE == NO ]]; then
if [[ -e /proc/splash ]];then