mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
busybox: init: clean up and cosmetics
This commit is contained in:
parent
259b97d6cb
commit
0c96e95f70
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user