summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_install.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-04-22 02:30:46 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-04-22 02:30:46 (GMT)
commita98afe8102e3b69e3ccbf41b8f8d2c68999352d2 (patch)
tree06bacce4ea5baf285d096718a935509f30b70c7a /abs/core/LinHES-config/mv_install.py
parent35794fe40b12b1888750cdf99396a27288cd74b0 (diff)
downloadlinhes_pkgbuild-a98afe8102e3b69e3ccbf41b8f8d2c68999352d2.zip
linhes_pkgbuild-a98afe8102e3b69e3ccbf41b8f8d2c68999352d2.tar.gz
linhes_pkgbuild-a98afe8102e3b69e3ccbf41b8f8d2c68999352d2.tar.bz2
LinHES-config: remove mythvideo/mythsmolt
For installs, delay non-master database loads until after machine is configured.
Diffstat (limited to 'abs/core/LinHES-config/mv_install.py')
-rwxr-xr-xabs/core/LinHES-config/mv_install.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/mv_install.py b/abs/core/LinHES-config/mv_install.py
index a7389ca..2e60ab7 100755
--- a/abs/core/LinHES-config/mv_install.py
+++ b/abs/core/LinHES-config/mv_install.py
@@ -1138,8 +1138,8 @@ def full_install(hostoptions):
cmd = " chroot %s DISPLAY=127.0.0.1:0 %s/bin/MythVantage -t restore, default 1" %(data_config.MOUNTPOINT, MVROOT)
runcmd(cmd)
# Need to check for to touch /tmp/.dbsysfailed
- cmd = " chroot %s %s/bin/myth_settings_wrapper.sh -c restore -t syssettings " %(data_config.MOUNTPOINT, MVROOT)
- runcmd(cmd)
+ #cmd = " chroot %s %s/bin/myth_settings_wrapper.sh -c restore -t syssettings " %(data_config.MOUNTPOINT, MVROOT)
+ #runcmd(cmd)
if ( 'x' == '1' ):
logging.debug("touching /tmp/.dbsysfailed")
else:
@@ -1148,6 +1148,8 @@ def full_install(hostoptions):
rc = runcmd(cmd)[0]
if rc != 0 :
error_out("Running systemconfig")
+ cmd = "chroot %s %s/bin/myth_settings_wrapper.sh -c restore -t syssettings " %(data_config.MOUNTPOINT, MVROOT)
+ runcmd(cmd)
cmd = "chroot %s %s/bin/myth_settings_wrapper.sh -c ACCESSCONTROL " %(data_config.MOUNTPOINT, MVROOT)
runcmd(cmd)
umount_bind_chroot()