From: Grazvydas Ignotas Date: Fri, 28 Nov 2014 23:42:43 +0000 (+0200) Subject: psplash: fix up first boot detection X-Git-Tag: sz_173~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=500ef6850793e85c41b34208f6e7753b285c669e;p=openembedded.git psplash: fix up first boot detection --- diff --git a/recipes/psplash/psplash-omap3pandora/psplash-init b/recipes/psplash/psplash-omap3pandora/psplash-init index 073e550fe1..78e2a8e259 100644 --- a/recipes/psplash/psplash-omap3pandora/psplash-init +++ b/recipes/psplash/psplash-omap3pandora/psplash-init @@ -11,7 +11,7 @@ if grep -qE '\s?psplash=false\s?' /proc/cmdline; then exit 0; fi -if [ -e /etc/rcS.d/S98configure ]; then +if [ -e /etc/rcS.d/S40configure ]; then echo "First boot, splashscreen disabled" exit 0; fi