diff options
author | James Meyer <james.meyer@operamail.com> | 2013-05-31 22:06:06 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-05-31 22:06:06 (GMT) |
commit | 6ef59e9232c170ff33166ac31858b72551ccc479 (patch) | |
tree | 5163e7cf83a29779b0c29a9ac2325beef7950dc6 /abs/core/LinHES-config/PKGBUILD | |
parent | e9e438b24a8d5e8d3d73b15b9208b641ec7baf60 (diff) | |
download | linhes_pkgbuild-6ef59e9232c170ff33166ac31858b72551ccc479.zip linhes_pkgbuild-6ef59e9232c170ff33166ac31858b72551ccc479.tar.gz linhes_pkgbuild-6ef59e9232c170ff33166ac31858b72551ccc479.tar.bz2 |
LinHES-config: redo of partition, dropped pyparted and using parted directly from the cmdline.
This change also switches to using gpt only and dropping the mbr. Partition layout remains the same
p1 = /
p2 = swap
p3 = null
p4 = gpt boot
p5 = home
p6 = database
p7 = remaining space
This also fixes using drives larger then 2TB and attempting to install with no swap partition.
refs #917
Diffstat (limited to 'abs/core/LinHES-config/PKGBUILD')
-rwxr-xr-x | 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 449f456..3b083a2 100755 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=8.0 -pkgrel=2 +pkgrel=3 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,7 +133,7 @@ build() { install -o root -g root -D -m 0755 blacklist_pcspkr.conf $startdir/pkg/etc/modprobe.d/blacklist_pcspkr.conf install -o root -g root -D -m 0755 blacklist_nouveau.conf $startdir/pkg/etc/modprobe.d/blacklist_nouveau.conf } -md5sums=('7cdc9bc678ab02a2d30444e20a3c71eb' +md5sums=('70d0e964788d1d7bc622c20d7d8d8f5c' '3f6855b7bb860a44f96a972c2e80f497' 'aaeb581275433649ff74e05da5e61a78' '2596460462cf6c889cf8f95485537b20' |