diff --git a/packages/sysutils/plymouth-lite/init.d/00_plymouth b/packages/sysutils/plymouth-lite/init.d/00_plymouth new file mode 100755 index 0000000000..3008c940f4 --- /dev/null +++ b/packages/sysutils/plymouth-lite/init.d/00_plymouth @@ -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 +)& +