mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
. /etc/sysconfig
|
||||
|
||||
# Starting Splash
|
||||
[ "$DEBUG" != "yes" -a "$TEXTMODE" != "yes" -a -f /usr/bin/ply-image -a -f $SPLASH ] && \
|
||||
ply-image $SPLASH
|
||||
|
||||
HOSTNAME="openelec"
|
||||
|
||||
# mounting needed filesystems
|
||||
|
Loading…
x
Reference in New Issue
Block a user