diff options
author | James Meyer <james.meyer@operamail.com> | 2012-01-21 17:48:23 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-01-21 17:48:23 (GMT) |
commit | fff988e5af64cec5f49aea4656b74cb84ae9c5e0 (patch) | |
tree | 141a30468f3c82069e275434893d2b3d034a1a87 /abs/core/LinHES-system/PKGBUILD | |
parent | 61b527a2926d87234b74a083915ebddaf0aa58e5 (diff) | |
download | linhes_pkgbuild-fff988e5af64cec5f49aea4656b74cb84ae9c5e0.zip linhes_pkgbuild-fff988e5af64cec5f49aea4656b74cb84ae9c5e0.tar.gz linhes_pkgbuild-fff988e5af64cec5f49aea4656b74cb84ae9c5e0.tar.bz2 |
linhes-system: add_storage.py. Change the way the drive is determined to be in use, and what the fstype of /myth is.
This new method parses /proc/mounts and should be a bit more reliable.
Fixes a bug where XFS partitions were not detected in use.
refs #796
Diffstat (limited to 'abs/core/LinHES-system/PKGBUILD')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index 52f50e3..73fa1ef 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=2 -pkgrel=25 +pkgrel=26 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin @@ -70,6 +70,6 @@ md5sums=('71a1fc9b01476b0b2c30596107eeff75' '9c2294ccfd5359583497a6b03d918a27' '859a80ddb4c234506379c605114c1343' '47e093e8cfe4b5b96602358e1f540832' - '6ca1642a98b66f0499e0d1f964987ad8' + '6faeba0aeb38e772121f751cabda8683' 'eb879fee9603a05d5420d4ce8ed9e450' 'f1870a9522c79e6b248fcbf81dec3280') |