From db0c93b3268313cf2e2cb3913dfb18964ae86a40 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Thu, 18 Jul 2013 03:57:34 +0200 Subject: [PATCH] .xinitrc: Get Pandora-Type from /tmp/pnd_version --- recipes/pandora-system/pandora-skel/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-skel/.xinitrc b/recipes/pandora-system/pandora-skel/.xinitrc index cebf5af..282f1c0 100644 --- a/recipes/pandora-system/pandora-skel/.xinitrc +++ b/recipes/pandora-system/pandora-skel/.xinitrc @@ -89,7 +89,7 @@ nocleanwarn=$(cat /tmp/nocleanwarn) if [ $nocleanwarn = "Yes" ]; then - pnd_version=$(dmesg | grep OMAP3 | grep ES | awk '{print $3}') + pnd_version=$(cat /tmp/pnd_version) if [ "$pnd_version" == "OMAP3630" ]; then safespeed="1000" else -- 2.39.5