mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
plymouth-lite:
- adding init script for starting splash (move from /sbin/init)
This commit is contained in:
parent
c3046a0f15
commit
77836a81de
11
packages/sysutils/plymouth-lite/init.d/00_plymouth
Executable file
11
packages/sysutils/plymouth-lite/init.d/00_plymouth
Executable file
@ -0,0 +1,11 @@
|
||||
#
|
||||
# starting splash
|
||||
#
|
||||
# runlevels: openelec, text
|
||||
|
||||
(
|
||||
[ "$DEBUG" != "yes" -a "$TEXTMODE" != "yes" \
|
||||
-a -f /usr/bin/ply-image -a -f /usr/share/splash/Splash.png \
|
||||
] && ply-image /usr/share/splash/Splash.png
|
||||
)&
|
||||
|
Loading…
x
Reference in New Issue
Block a user