diff options
Diffstat (limited to 'abs/core-testing/fbsplash/fbsplash.inithooks')
-rw-r--r-- | abs/core-testing/fbsplash/fbsplash.inithooks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/fbsplash/fbsplash.inithooks b/abs/core-testing/fbsplash/fbsplash.inithooks index dbf7b13..0e8c60c 100644 --- a/abs/core-testing/fbsplash/fbsplash.inithooks +++ b/abs/core-testing/fbsplash/fbsplash.inithooks @@ -58,7 +58,7 @@ start_daemon() { # rc.sysinit # if [ $CALLER == '/etc/rc.sysinit' ]; then - echo "fbsplash: Setting up splash..." +# echo "fbsplash: Setting up splash..." splash_cache_prep SPLASH_MAX_STEPS=$(load_boot_steps) SPLASH_STEP_NR=0 @@ -77,7 +77,7 @@ fi # rc.shutdown # if [ $CALLER == '/etc/rc.shutdown' ]; then - echo "fbsplash: Setting up splash..." +# echo "fbsplash: Setting up splash..." splash_cache_prep SPLASH_MAX_STEPS=$(load_shutdown_steps) SPLASH_SHUTDOWN_STEPS=1 |