plymouth-lite:

- adding init script for starting splash (move from /sbin/init)
This commit is contained in:
Stephan Raue 2010-03-15 18:36:51 +01:00
parent c3046a0f15
commit 77836a81de

View 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
)&