From f2bc09503f62b650877b6f44b592a05d02211183 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Tue, 28 Oct 2008 13:58:34 -0500
Subject: change os_myth_release to use /etc/Linhes-release

---
 abs/core-testing/live-installer/PKGBUILD        | 2 +-
 abs/core-testing/live-installer/systemconfig.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/abs/core-testing/live-installer/PKGBUILD b/abs/core-testing/live-installer/PKGBUILD
index b87c656..923ad9f 100755
--- a/abs/core-testing/live-installer/PKGBUILD
+++ b/abs/core-testing/live-installer/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=live-installer
 pkgver=1.0
-pkgrel=54
+pkgrel=55
 pkgdesc="Install and configure your system"
 depends=(bc libstatgrab  mysql-python expect curl dnsutils parted sg3_utils)
 arch=('i686')
diff --git a/abs/core-testing/live-installer/systemconfig.sh b/abs/core-testing/live-installer/systemconfig.sh
index 58cf530..845c67c 100755
--- a/abs/core-testing/live-installer/systemconfig.sh
+++ b/abs/core-testing/live-installer/systemconfig.sh
@@ -7,8 +7,8 @@
 ###################################################################
 #set -x
 . /etc/profile
-MVRELEASE=`cat /etc/mythvantage-release  |cut -d" " -f -2`
-
+#MVRELEASE=`cat /etc/mythvantage-release  |cut -d" " -f -2`
+MVRELEASE=`cat /etc/LinHES-release  `
 echo $@ >/tmp/systemconfig.call
 echo "----------------------start of systemconfig $@ ----------------------"
 BASE=""
-- 
cgit v0.12