summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_install.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-12-05 20:33:02 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-12-05 20:33:02 (GMT)
commitb4cbf8341a0142ae3accedf7d1d4d9ae6b0e4060 (patch)
treed0efa85c39dac5e2252ab3850e488061d17e9021 /abs/core/LinHES-config/mv_install.py
parent6f920153a05f27e1d50613a80534e1650355e0aa (diff)
downloadlinhes_pkgbuild-b4cbf8341a0142ae3accedf7d1d4d9ae6b0e4060.zip
linhes_pkgbuild-b4cbf8341a0142ae3accedf7d1d4d9ae6b0e4060.tar.gz
linhes_pkgbuild-b4cbf8341a0142ae3accedf7d1d4d9ae6b0e4060.tar.bz2
LinHES-config: systemconfig.py: change config_xml file location to /home/mythtv/.mythtv and link root and share.
myth_settings_wrapper.sh: add new mythtv 29 network setting mv_install.py: start mysql eariler for master backend installs so systemconfig will correct BackendIP and BackendAddr.
Diffstat (limited to 'abs/core/LinHES-config/mv_install.py')
-rw-r--r--abs/core/LinHES-config/mv_install.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/mv_install.py b/abs/core/LinHES-config/mv_install.py
index 11af990..f414942 100644
--- a/abs/core/LinHES-config/mv_install.py
+++ b/abs/core/LinHES-config/mv_install.py
@@ -1621,6 +1621,8 @@ def full_install(hostoptions):
cmd = "chroot %s %s/bin/install_db_chroot.sh |tee /tmp/chrootdb.out" %(data_config.MOUNTPOINT, MVROOT)
runcmd(cmd)
+ mysqldb("start","chroot")
+
logging.info("Running systemconfig in chroot")
cmd = "chroot %s %s/bin/systemconfig.sh all,this_is_install" %(data_config.MOUNTPOINT, MVROOT)
rc = runcmd(cmd)[0]
@@ -1629,7 +1631,6 @@ def full_install(hostoptions):
#move_myth_home("backup")
- mysqldb("start","chroot")
double_mount()
mysqldb("stop", "chroot")