From 20b32c4cc17972fbf5a66838c674d960394e1fce Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Wed, 15 Feb 2012 18:25:39 +0200 Subject: [PATCH] psplash: use alternative logo from new kernel ED's idea --- recipes/psplash/psplash-omap3pandora/psplash-init | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes/psplash/psplash-omap3pandora/psplash-init b/recipes/psplash/psplash-omap3pandora/psplash-init index 9d07e2127a..073e550fe1 100644 --- a/recipes/psplash/psplash-omap3pandora/psplash-init +++ b/recipes/psplash/psplash-omap3pandora/psplash-init @@ -22,6 +22,12 @@ fi export TMPDIR=/mnt/.splash mount tmpfs -t tmpfs $TMPDIR -o,size=40k +# temporary hack - separate logo for experimental kernel +kernel_major=`uname -r | cut -c 1` +if [ "$kernel_major" = "3" ]; then + PARAMS="$PARAMS -2" +fi + /usr/bin/psplash $PARAMS & # Timetrap against hanging with splash hiding console messages. -- 2.39.5