diff options
author | James Meyer <james.meyer@operamail.com> | 2009-04-10 16:45:27 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-04-10 16:45:27 (GMT) |
commit | 7df303b374a3f43a9bf85c4d572c8a2f08ed93e3 (patch) | |
tree | 60227df8d0991c40f25063af87d14440437d0b0b /abs/core-testing/fbsplash/fbsplash.inithooks | |
parent | 5e80643fcd0df6419f18bccba6594a251eb2d179 (diff) | |
download | linhes_pkgbuild-7df303b374a3f43a9bf85c4d572c8a2f08ed93e3.zip linhes_pkgbuild-7df303b374a3f43a9bf85c4d572c8a2f08ed93e3.tar.gz linhes_pkgbuild-7df303b374a3f43a9bf85c4d572c8a2f08ed93e3.tar.bz2 |
fbsplash: comment out setting up splash.
Added a default value for bootsteps
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 |