Compare commits

..

4 commits

5 changed files with 33 additions and 4 deletions

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>luc@ampel.dev</email>
<name>Luc Bijl</name>
</maintainer>
<upstream>
<changelog>https://git.ampel.dev/ampel/zlevis/releases</changelog>
<doc>https://docs.ampel.dev/zlevis/</doc>
</upstream>
<use>
<flag name="dracut">
Implement automatic decryption of ZFS rpools in initramfs with dracut module
</flag>
</use>
</pkgmetadata>

View file

@ -4,7 +4,7 @@ EAPI=8
inherit meson
DESCRIPTION="Tool that enables automatic decryption of ZFS root-pools with TPM2"
DESCRIPTION="Tool that enables automatic decryption of a ZFS rpool with TPM2"
HOMEPAGE="https://git.ampel.dev/ampel/zlevis"
SRC_URI="https://git.ampel.dev/ampel/zlevis/releases/download/${PV}/zlevis-${PV}.tar.xz"
@ -17,4 +17,4 @@ RDEPEND="
dev-libs/jose
app-crypt/tpm2-tools
dracut? ( >=sys-kernel/zlevis-dracut-1.0 )
"
"

View file

@ -17,4 +17,4 @@ RDEPEND="
dev-libs/jose
app-crypt/tpm2-tools
dracut? ( >=sys-kernel/zlevis-dracut-1.0 )
"
"

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>luc@ampel.dev</email>
<name>Luc Bijl</name>
</maintainer>
<upstream>
<changelog>https://git.ampel.dev/ampel/zlevis-dracut/releases</changelog>
<doc>https://docs.ampel.dev/zlevis/implementation</doc>
</upstream>
</pkgmetadata>

View file

@ -4,7 +4,7 @@ EAPI=8
inherit meson
DESCRIPTION="A dracut module that implements automatic decryption of a ZFS rpool in the initramfs with zlevis"
DESCRIPTION="Module that implements automatic decryption of a ZFS rpool"
HOMEPAGE="https://git.ampel.dev/ampel/zlevis-dracut"
SRC_URI="https://git.ampel.dev/ampel/zlevis-dracut/releases/download/${PV}/zlevis-dracut-${PV}.tar.xz"