diff options
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="" |