summaryrefslogtreecommitdiffstats
path: root/abs/core-testing
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-28 18:58:34 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-28 18:58:34 (GMT)
commitf2bc09503f62b650877b6f44b592a05d02211183 (patch)
tree95c2ccd9902921987011f11ec7e1e6bbc72d06a3 /abs/core-testing
parent4c15ac9ff2959d902099498ba44169037d355cf2 (diff)
downloadlinhes_pkgbuild-f2bc09503f62b650877b6f44b592a05d02211183.zip
linhes_pkgbuild-f2bc09503f62b650877b6f44b592a05d02211183.tar.gz
linhes_pkgbuild-f2bc09503f62b650877b6f44b592a05d02211183.tar.bz2
change os_myth_release to use /etc/Linhes-release
Diffstat (limited to 'abs/core-testing')
-rwxr-xr-xabs/core-testing/live-installer/PKGBUILD2
-rwxr-xr-xabs/core-testing/live-installer/systemconfig.sh4
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=""