Date: Wednesday, February 10, 2010 @ 12:38:06 Author: thomas Revision: 68079
Update to 0.5.99.5 - this adds NFS support, the optdepend required for it does not exist yet, but will soon. Modified: mkinitcpio/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-10 17:36:43 UTC (rev 68078) +++ PKGBUILD 2010-02-10 17:38:06 UTC (rev 68079) @@ -4,7 +4,7 @@ # Maintainer: Aaron Griffin <[email protected]> pkgname=mkinitcpio -pkgver=0.5.99.4 +pkgver=0.5.99.5 pkgrel=1 pkgdesc="Modular initramfs image creation utility" arch=(any) @@ -15,12 +15,13 @@ 'bash' 'findutils' 'sed' 'grep' 'filesystem>=2009.01-2' 'udev>=150' 'file' 'gzip' 'which') optdepends=('xz-utils: Use lzma compression for the initramfs image' - 'bzip2: Use bzip2 compression for the initramfs image') + 'bzip2: Use bzip2 compression for the initramfs image' + 'mkinitcpio-nfs-utils: Support for root filesystem on NFS') replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd' 'klibc-module-init-tools' 'klibc-udev') source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz) backup=(etc/mkinitcpio.conf) -sha256sums=('662acdea7082dcee126e5afee51e6d040802f231b50ade728504cf400635e768') +sha256sums=('f5df29fcf3a96bac4f05cb23e20bace85d7a3883a2b2c5102ee77ce6c7cee98e') build() { :
