From 500ef6850793e85c41b34208f6e7753b285c669e Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 29 Nov 2014 01:42:43 +0200 Subject: [PATCH] psplash: fix up first boot detection --- recipes/psplash/psplash-omap3pandora/psplash-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5