main/postmarketos-mkinitfs: workaround for not being able to find provider of kpartx (MR 1732)
Because of https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10725, cmd:kpartx can not be found. That bug obviously needs to be fixed, but let's workaround it for now by just depending on the package that provides it.
This commit is contained in:
parent
ce6ea43b72
commit
7573f5fce4
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
pkgname=postmarketos-mkinitfs
|
||||
pkgver=0.16
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Tool to generate initramfs images for postmarketOS"
|
||||
url="https://postmarketos.org"
|
||||
depends="
|
||||
busybox-extras
|
||||
bzip2
|
||||
charging-sdl
|
||||
cmd:kpartx
|
||||
multipath-tools
|
||||
cryptsetup
|
||||
device-mapper
|
||||
e2fsprogs
|
||||
|
|
Loading…
Reference in a new issue