From: Michael Mrozek Date: Thu, 18 Jul 2013 01:57:34 +0000 (+0200) Subject: .xinitrc: Get Pandora-Type from /tmp/pnd_version X-Git-Tag: sz_155~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=db0c93b3268313cf2e2cb3913dfb18964ae86a40;hp=3f250f4732e140624e0bc3178ab472436940a475 .xinitrc: Get Pandora-Type from /tmp/pnd_version --- 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