diff options
author | James Meyer <james.meyer@operamail.com> | 2012-01-17 16:56:29 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-01-17 16:56:29 (GMT) |
commit | 35ecc7e685dcd9c484c3ac1c398631f56e9d30f7 (patch) | |
tree | 7053f1d1987090a2ea8de1473b32a4cda55cbfda /abs/core/LinHES-system/PKGBUILD | |
parent | 545c23dc3b92d2c84bd90c2497c29ee6464fdcb7 (diff) | |
download | linhes_pkgbuild-35ecc7e685dcd9c484c3ac1c398631f56e9d30f7.zip linhes_pkgbuild-35ecc7e685dcd9c484c3ac1c398631f56e9d30f7.tar.gz linhes_pkgbuild-35ecc7e685dcd9c484c3ac1c398631f56e9d30f7.tar.bz2 |
linhes-system: include add_storage.py.
This program is used to detect and autoadd storage to mythtv storage groups.
Currently it's not hooked up to anything, but hopefully in the near future it will be an automated process.
add_storage will only prompt for new disks, it will skip the following:
- optical disks
- disks that are in fstab
- disks that are mounted (but may not be in fstab)
- disks smaller then 5mb
refs #796
Diffstat (limited to 'abs/core/LinHES-system/PKGBUILD')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index ef5b2e8..0640a39 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,12 +1,12 @@ pkgname=LinHES-system pkgver=2 -pkgrel=22 +pkgrel=24 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin install=LinHES.install pkgdesc="scripts and things related to having an automated system" -depends=(linhes-sounds xdotool fluxbox tilda keylaunch python_aosd 'linhes-scripts>=7-24' 'runit-scripts>=2.1.1-43') +depends=(linhes-sounds xdotool fluxbox tilda keylaunch python_aosd 'linhes-scripts>=7-24' 'runit-scripts>=2.1.1-43','udisks') backup=(etc/modprobe.d/alsa-base) binfiles="LinHES-start optimize_mythdb.py myth_mtc.py myth_mtc.sh LinHES-run @@ -18,7 +18,8 @@ binfiles="LinHES-start optimize_mythdb.py lh_system_backup_job lh_system_restore_job lh_system_host_update - lh_system_all_host_update" + lh_system_all_host_update + add_storage.py" source=(LinHES-session LinHES-profile.sh $binfiles alsa-base myth_mtc.lr) @@ -69,5 +70,6 @@ md5sums=('71a1fc9b01476b0b2c30596107eeff75' '9c2294ccfd5359583497a6b03d918a27' '859a80ddb4c234506379c605114c1343' '47e093e8cfe4b5b96602358e1f540832' + 'a69c93ee6c927d5c08172cc9515d8f32' 'eb879fee9603a05d5420d4ce8ed9e450' 'f1870a9522c79e6b248fcbf81dec3280') |