From 14e3efd684553ea719f58013df6c0667f608b300 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 30 Jan 2010 01:17:37 +0100 Subject: [PATCH] busybox: - run bootsplash if not started in text- or debugmode --- packages/sysutils/busybox/scripts/init | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/sysutils/busybox/scripts/init b/packages/sysutils/busybox/scripts/init index e03b2f12c9..c4abaa4afb 100755 --- a/packages/sysutils/busybox/scripts/init +++ b/packages/sysutils/busybox/scripts/init @@ -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