summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_install.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-11-20 22:13:42 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-11-20 22:13:42 (GMT)
commit5149cbad92c9d8b3aa5e7ab67f40577683b1a7d8 (patch)
tree51848f76fa9f0a54f43a37ca84e98d6c019f28bd /abs/core/LinHES-config/mv_install.py
parent3283ac2bffa18293aa8d0e69ea29d654dec010c2 (diff)
downloadlinhes_pkgbuild-5149cbad92c9d8b3aa5e7ab67f40577683b1a7d8.zip
linhes_pkgbuild-5149cbad92c9d8b3aa5e7ab67f40577683b1a7d8.tar.gz
linhes_pkgbuild-5149cbad92c9d8b3aa5e7ab67f40577683b1a7d8.tar.bz2
LinHES-config: mv_config.py: add music dir to NFS_SKIP. refs #941.
mv_install.py: update sg option to --add_sg
Diffstat (limited to 'abs/core/LinHES-config/mv_install.py')
-rwxr-xr-xabs/core/LinHES-config/mv_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/mv_install.py b/abs/core/LinHES-config/mv_install.py
index 57b784b..ba88ade 100755
--- a/abs/core/LinHES-config/mv_install.py
+++ b/abs/core/LinHES-config/mv_install.py
@@ -1255,7 +1255,7 @@ def double_mount(fe_only=False, upgrade=False):
cmd = "chroot " + data_config.MOUNTPOINT +" /usr/LH/bin/add_storage.py --double_myth --no_mount"
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 --add_fe_sg --add_be_sg "
+ cmd = "chroot " + data_config.MOUNTPOINT +" /usr/LH/bin/add_storage.py --double_myth --add_sg"
if runcmd(cmd)[0] == 0:
logging.debug(" Add storage worked, breaking out of loop")