From 77836a81deabe654e30e855f5227df07e1eb1416 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 15 Mar 2010 18:36:51 +0100 Subject: [PATCH] plymouth-lite: - adding init script for starting splash (move from /sbin/init) --- packages/sysutils/plymouth-lite/init.d/00_plymouth | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 packages/sysutils/plymouth-lite/init.d/00_plymouth 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 +)& +