summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_install.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-09-20 21:10:42 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-09-20 21:10:42 (GMT)
commit24f531c22f8c07112d4d71ae37f6f65a85f6e815 (patch)
tree3c8b35fb1fc5dd3eada80b8ad2a7f32a5a253511 /abs/core/LinHES-config/mv_install.py
parent269509031d79a1e0b455fa2ad2daeb8477ddc470 (diff)
downloadlinhes_pkgbuild-24f531c22f8c07112d4d71ae37f6f65a85f6e815.zip
linhes_pkgbuild-24f531c22f8c07112d4d71ae37f6f65a85f6e815.tar.gz
linhes_pkgbuild-24f531c22f8c07112d4d71ae37f6f65a85f6e815.tar.bz2
LinHES-config: write out /etc/exports for non-sg systems
Diffstat (limited to 'abs/core/LinHES-config/mv_install.py')
-rwxr-xr-xabs/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 ccfcb8e..54f4051 100755
--- a/abs/core/LinHES-config/mv_install.py
+++ b/abs/core/LinHES-config/mv_install.py
@@ -1156,7 +1156,8 @@ def double_mount(fe_only=False, upgrade=False):
if fe_only == True:
cmd = "chroot " + data_config.MOUNTPOINT +" /usr/LH/bin/add_storage.py --double_myth --no_mount --fe_only"
else:
- cmd = "chroot " + data_config.MOUNTPOINT +" /usr/LH/bin/add_storage.py --double_myth --no_mount"
+ #cmd = "chroot " + data_config.MOUNTPOINT +" /usr/LH/bin/add_storage.py --double_myth --no_mount"
+ cmd = "chroot " + data_config.MOUNTPOINT +" /usr/LH/bin/add_storage.py --double_myth "
if runcmd(cmd)[0] == 0:
logging.debug(" Add storage worked, breaking out of loop")