diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-11-20 22:13:42 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-11-20 22:13:42 (GMT) |
commit | 5149cbad92c9d8b3aa5e7ab67f40577683b1a7d8 (patch) | |
tree | 51848f76fa9f0a54f43a37ca84e98d6c019f28bd /abs | |
parent | 3283ac2bffa18293aa8d0e69ea29d654dec010c2 (diff) | |
download | linhes_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')
-rwxr-xr-x | abs/core/LinHES-config/PKGBUILD | 6 | ||||
-rwxr-xr-x | abs/core/LinHES-config/mv_config.py | 2 | ||||
-rwxr-xr-x | abs/core/LinHES-config/mv_install.py | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD index 00b3885..f567c67 100755 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=8.1 -pkgrel=1 +pkgrel=2 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev LinHes-config ) pkgdesc="Install and configure your system" depends=('bc' 'libstatgrab' 'mysql-python' 'expect' 'curl' 'dnsutils' 'parted' @@ -133,9 +133,9 @@ package() { install -o root -g root -D -m 0755 blacklist_nouveau.conf $pkgdir/etc/modprobe.d/blacklist_nouveau.conf } -md5sums=('c832059cd635359d39a2ac3166ff463c' +md5sums=('8ee14247b04ab4152d4919d4d4b8d869' '3f6855b7bb860a44f96a972c2e80f497' - 'febc2b6caaf6e79277fc0b5bcac806c9' + 'f6e9dd7bc6cf0aaa3bd203dab4cb79b9' '2596460462cf6c889cf8f95485537b20' '985891a43f7c4c983eb2a362162f1a0f' 'fda01259a4bc74d83c9092d338bd247a' diff --git a/abs/core/LinHES-config/mv_config.py b/abs/core/LinHES-config/mv_config.py index 18a7144..e2c3b83 100755 --- a/abs/core/LinHES-config/mv_config.py +++ b/abs/core/LinHES-config/mv_config.py @@ -13,7 +13,7 @@ NOOPDEBUG="FALSE" TEMP_TEMPLATES="/tmp/templates" share_exclude_dir=['mysql','srv'] -SG_MAP_AUTONFS_SKIP=['media/tv','media/video','media/artwork','media/streaming'] +SG_MAP_AUTONFS_SKIP=['media/tv','media/music','media/video','media/artwork','media/streaming'] MAP_AUTONFS_SKIP=['lost+found','media','backup'] nfs_options="hard,intr,actimeo=0" 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") |