busybox: init: clean up and cosmetics

This commit is contained in:
Stefan Saraev 2014-02-22 14:47:17 +02:00
parent 259b97d6cb
commit 0c96e95f70

View File

@ -50,7 +50,6 @@
NBD_DEVS="0" NBD_DEVS="0"
FLASH_FREE_MIN="5" FLASH_FREE_MIN="5"
LIVE_FLASH_FREE_MIN="50"
INSTALLED_MEMORY=`cat /proc/meminfo | grep 'MemTotal:' | awk '{print $2}'` INSTALLED_MEMORY=`cat /proc/meminfo | grep 'MemTotal:' | awk '{print $2}'`
SYSTEM_TORAM_LIMIT=1024000 SYSTEM_TORAM_LIMIT=1024000
@ -101,9 +100,6 @@
debugging) debugging)
DEBUG=yes DEBUG=yes
;; ;;
bootchart)
BOOTCHART=yes
;;
ssh) ssh)
SSH=yes SSH=yes
;; ;;
@ -370,9 +366,9 @@
} }
load_splash() { load_splash() {
progress "Loading bootsplash"
if [ ! "$SPLASH" = "no" ]; then if [ ! "$SPLASH" = "no" ]; then
progress "Loading bootsplash"
SPLASHIMAGE="/splash/splash-full.png" SPLASHIMAGE="/splash/splash-full.png"
# load uvesafb module if needed # load uvesafb module if needed