Compare commits
4 commits
2fe9d522b3
...
ead4ef7148
Author | SHA1 | Date | |
---|---|---|---|
ead4ef7148 | |||
9db6d77f75 | |||
7f77154341 | |||
a120ac8252 |
5 changed files with 33 additions and 4 deletions
17
app-crypt/zlevis/metadata.xml
Normal file
17
app-crypt/zlevis/metadata.xml
Normal 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>
|
|
@ -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 )
|
||||
"
|
||||
"
|
||||
|
|
|
@ -17,4 +17,4 @@ RDEPEND="
|
|||
dev-libs/jose
|
||||
app-crypt/tpm2-tools
|
||||
dracut? ( >=sys-kernel/zlevis-dracut-1.0 )
|
||||
"
|
||||
"
|
||||
|
|
12
sys-kernel/zlevis-dracut/metadata.xml
Normal file
12
sys-kernel/zlevis-dracut/metadata.xml
Normal 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>
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue