updated zlevis-dracut to 0.3
This commit is contained in:
parent
9da966ee5b
commit
80329c1f3a
3 changed files with 21 additions and 2 deletions
|
@ -16,5 +16,5 @@ IUSE="dracut"
|
|||
RDEPEND="
|
||||
dev-libs/jose
|
||||
app-crypt/tpm2-tools
|
||||
dracut? ( >=sys-kernel/zlevis-dracut-0.2 )
|
||||
dracut? ( >=sys-kernel/zlevis-dracut-0.3 )
|
||||
"
|
||||
|
|
|
@ -1 +1 @@
|
|||
DIST zlevis-dracut-0.2.tar.gz 12826 BLAKE2B 64ad1ddcfb91353bbbd87ac2a708cccea898364ba4a36ada98724ea4013116dc49eb9d085319b4ecf57fae5d66a6f88c1103f14745bc56756a260492577ff578 SHA512 cfc82016988a708a37aee8b34fe9fcc9f24057cf32eff075734025afc5d72dab08898c56736f3213029635d36f3b0cd7488c9413ee902b271189efb8af246827
|
||||
DIST zlevis-dracut-0.3.tar.gz 12859 BLAKE2B b90fce912cf33fac983fbe63b381d2b7af344ad2ebb0602a3b05b8c14433c72815caf1efcd86d18f07e1528fce46efdd531f784e4cf52b6b53eb217a9969ae9b SHA512 3bb5dba10d8a4fc64156451e8b38e1c2bf67bc066f791df057cac6238e64ce9e7dd7b7a349bb51f9a295c780a611b51779df8dbdb9ec14171b8ad0c29db5ac2f
|
||||
|
|
19
sys-kernel/zlevis-dracut/zlevis-dracut-0.3.ebuild
Normal file
19
sys-kernel/zlevis-dracut/zlevis-dracut-0.3.ebuild
Normal file
|
@ -0,0 +1,19 @@
|
|||
# No copyright
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="A dracut module to allow Zlevis to unlock zfs partitions during the initramfs stage."
|
||||
HOMEPAGE="https://git.bijl.us/nils/zlevis-dracut"
|
||||
SRC_URI="https://git.bijl.us/nils/zlevis-dracut/archive/zlevis-dracut-${PV}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~* amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=app-crypt/zlevis-2.0
|
||||
"
|
Loading…
Reference in a new issue