diff options
author | James Meyer <james.meyer@operamail.com> | 2011-11-14 23:12:12 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-11-14 23:12:12 (GMT) |
commit | 7b556fcdbe7739d97221009e3c291d2ae7c2b4a5 (patch) | |
tree | f4a232d10f2ca22fe19321a136a0ca1aa019a356 /abs/core/LinHES-config/PKGBUILD | |
parent | e9de2b12b35f77ce67204c6e1964a5345bb15b6c (diff) | |
download | linhes_pkgbuild-7b556fcdbe7739d97221009e3c291d2ae7c2b4a5.zip linhes_pkgbuild-7b556fcdbe7739d97221009e3c291d2ae7c2b4a5.tar.gz linhes_pkgbuild-7b556fcdbe7739d97221009e3c291d2ae7c2b4a5.tar.bz2 |
linhes-config: Systems with memory less then 1GB sometimes will have problems with an install.
The OOM if needed will kill off a process, most of the time unsquashfs. This causes problems later on, when doing work in the chroot.
- catch unsquashfs errors
- try to mount swap space if present.
Diffstat (limited to 'abs/core/LinHES-config/PKGBUILD')
-rw-r--r-- | abs/core/LinHES-config/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD index da17287..cc8b151 100644 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=2.3 -pkgrel=45 +pkgrel=46 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' @@ -101,7 +101,7 @@ build() { install -m 0755 issue $startdir/pkg/etc/issue } -md5sums=('6259677916192a92d1adf47b276f7829' +md5sums=('6c0cbf0207f39a961d78861215109044' '16b98fcb3753ef6cfc35075c326d30e4' 'e36da536dd651ef182e7642337889e77' '985891a43f7c4c983eb2a362162f1a0f' |