diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-26 08:58:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-26 08:58:34 +0000 |
commit | 0e1b6f9528303360230c67d31e3dfaed8d72251c (patch) | |
tree | 9a1911410ee34aaf35d97173516c9860fc5e35f2 /main/mkinitfs | |
parent | 94e6f6ed7ffcb05189d9302a3404cad801408e5e (diff) | |
download | aports-0e1b6f9528303360230c67d31e3dfaed8d72251c.tar.bz2 aports-0e1b6f9528303360230c67d31e3dfaed8d72251c.tar.xz |
main/mkinitfs: bump pkgrel
busybox 1.23.0 before 1.23.0-r2 had a broken modprobe that caused disk
controllers not be loaded from initramfs. This was fixed with
busybox-1.23.0-r2 but we need regenerate initramfs images that was
created with a bad modprobe so we bump pkgrel for mkinitfs to force
regeneration of initramfs.
Diffstat (limited to 'main/mkinitfs')
-rw-r--r-- | main/mkinitfs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mkinitfs/APKBUILD b/main/mkinitfs/APKBUILD index 9eaf0fe74e..efbdc4da89 100644 --- a/main/mkinitfs/APKBUILD +++ b/main/mkinitfs/APKBUILD @@ -2,7 +2,7 @@ pkgname=mkinitfs pkgver=2.7.1 _ver=${pkgver%_git*} -pkgrel=1 +pkgrel=2 pkgdesc="Tool to generate initramfs images for Alpine" url=http://git.alpinelinux.org/cgit/mkinitfs depends="busybox apk-tools>=2.0 lddtree>=1.25" |