mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
busybox:
- run bootsplash if not started in text- or debugmode
This commit is contained in:
parent
245df9495a
commit
14e3efd684
@ -3,6 +3,10 @@
|
|||||||
# read config
|
# read config
|
||||||
. /etc/sysconfig
|
. /etc/sysconfig
|
||||||
|
|
||||||
|
# Starting Splash
|
||||||
|
[ "$DEBUG" != "yes" -a "$TEXTMODE" != "yes" -a -f /usr/bin/ply-image -a -f $SPLASH ] && \
|
||||||
|
ply-image $SPLASH
|
||||||
|
|
||||||
HOSTNAME="openelec"
|
HOSTNAME="openelec"
|
||||||
|
|
||||||
# mounting needed filesystems
|
# mounting needed filesystems
|
||||||
|
Loading…
x
Reference in New Issue
Block a user