mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46: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"
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user