Fixed zlevis and added zlevis-dracut
This commit is contained in:
parent
1acb19064d
commit
2f0adf703a
3 changed files with 27 additions and 5 deletions
|
@ -10,9 +10,11 @@ SRC_URI="https://git.bijl.us/luc/zlevis/releases/download/${PV}/zlevis-${PV}.tar
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~"
|
||||
IUSE=""
|
||||
KEYWORDS="~* amd64"
|
||||
IUSE="dracut"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-libs/jose app-crypt/tpm2-tools"
|
||||
BDEPEND=""
|
||||
RDEPEND="
|
||||
dev-libs/jose
|
||||
app-crypt/tpm2-tools
|
||||
dracut? ( sys-kernel/zlevis-dracut )
|
||||
"
|
||||
|
|
1
sys-kernel/zlevis-dracut/Manifest
Normal file
1
sys-kernel/zlevis-dracut/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST zlevis-dracut-0.1.tar.gz 12824 BLAKE2B 7f5fbbbdcb6672f95e66ec267627a2ef4152a712730579746ec520d2d363c168333b8b6d462290ab62893b67755cb2304291794a2e98e6ccb79e914dcac60aaa SHA512 0bdeb79c731ca6ba3728f87fc878c0057676e35c1abee23ef96f61376e75782b6c73e64eb0f1ca004920aab65ee38617efa8db3ab1950f34afc66bb43423ea76
|
19
sys-kernel/zlevis-dracut/zlevis-dracut-0.1.ebuild
Normal file
19
sys-kernel/zlevis-dracut/zlevis-dracut-0.1.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
|
||||
"
|
Loading…
Reference in a new issue