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/core-testing/live-installer/systemconfig.sh | |
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/core-testing/live-installer/systemconfig.sh')
-rwxr-xr-x | abs/core-testing/live-installer/systemconfig.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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="" |