diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-28 18:58:34 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-28 18:58:34 (GMT) |
commit | f2bc09503f62b650877b6f44b592a05d02211183 (patch) | |
tree | 95c2ccd9902921987011f11ec7e1e6bbc72d06a3 /abs | |
parent | 4c15ac9ff2959d902099498ba44169037d355cf2 (diff) | |
download | linhes_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')
-rwxr-xr-x | abs/core-testing/live-installer/PKGBUILD | 2 | ||||
-rwxr-xr-x | 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="" |