summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_config.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-29 18:46:37 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-29 18:46:37 (GMT)
commit195ec12e4483333909a2e3a5a06205284d6851e9 (patch)
tree43fb2ff8047a068794f06c801d7b57ba8db9923c /abs/core/LinHES-config/mv_config.py
parent0488d64029e282d6f296093573347eb37d416a1b (diff)
downloadlinhes_pkgbuild-195ec12e4483333909a2e3a5a06205284d6851e9.zip
linhes_pkgbuild-195ec12e4483333909a2e3a5a06205284d6851e9.tar.gz
linhes_pkgbuild-195ec12e4483333909a2e3a5a06205284d6851e9.tar.bz2
LinHES-config: fix vnc installs not stopping the network. fixed parsing of ip address
mv_config: changed location of myth home dir mv_install: fixed running of adding storage and also gave it the ability to read a conf file instead of parsing lines.
Diffstat (limited to 'abs/core/LinHES-config/mv_config.py')
-rwxr-xr-xabs/core/LinHES-config/mv_config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/mv_config.py b/abs/core/LinHES-config/mv_config.py
index 4b9b2f3..af57b8e 100755
--- a/abs/core/LinHES-config/mv_config.py
+++ b/abs/core/LinHES-config/mv_config.py
@@ -3,7 +3,9 @@ SYSTEMTYPE="LinHES"
MVHOSTNAME="apheleia"
MOUNTPOINT="/new_boot"
DATAMOUNT="/myth"
-MYTHHOME="/home/mythtv"
+
+MYTHHOME="/storage/data/home/mythtv"
+
VNCHOME="/home/vncsvc"
SQUASHFILE="/tmp/.squashlist"
SQUASHLIST=("bin","boot","etc","home","lib","opt","root","sbin","usr","var","data","service")