psplash: fix up first boot detection
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 28 Nov 2014 23:42:43 +0000 (01:42 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 28 Nov 2014 23:42:43 +0000 (01:42 +0200)
recipes/psplash/psplash-omap3pandora/psplash-init

index 073e550..78e2a8e 100644 (file)
@@ -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