From 0c96e95f7090771237170c7a4c716e4e92815d57 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 22 Feb 2014 14:47:17 +0200 Subject: [PATCH] busybox: init: clean up and cosmetics --- packages/sysutils/busybox/scripts/init | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/sysutils/busybox/scripts/init b/packages/sysutils/busybox/scripts/init index 7cd76b7467..0e1f23daa4 100755 --- a/packages/sysutils/busybox/scripts/init +++ b/packages/sysutils/busybox/scripts/init @@ -50,7 +50,6 @@ NBD_DEVS="0" FLASH_FREE_MIN="5" - LIVE_FLASH_FREE_MIN="50" INSTALLED_MEMORY=`cat /proc/meminfo | grep 'MemTotal:' | awk '{print $2}'` SYSTEM_TORAM_LIMIT=1024000 @@ -101,9 +100,6 @@ debugging) DEBUG=yes ;; - bootchart) - BOOTCHART=yes - ;; ssh) SSH=yes ;; @@ -370,9 +366,9 @@ } load_splash() { - progress "Loading bootsplash" - if [ ! "$SPLASH" = "no" ]; then + progress "Loading bootsplash" + SPLASHIMAGE="/splash/splash-full.png" # load uvesafb module if needed