Compare commits
No commits in common. "ead4ef7148dcec32d5d8819bcb0b97d4ad0bc86c" and "2fe9d522b359f13a7971b2abf1c34f6f3479dcae" have entirely different histories.
ead4ef7148
...
2fe9d522b3
5 changed files with 4 additions and 33 deletions
|
@ -1,17 +0,0 @@
|
|||
<?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 a ZFS rpool with TPM2"
|
||||
DESCRIPTION="Tool that enables automatic decryption of ZFS root-pools 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 )
|
||||
"
|
||||
"
|
|
@ -1,12 +0,0 @@
|
|||
<?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="Module that implements automatic decryption of a ZFS rpool"
|
||||
DESCRIPTION="A dracut module that implements automatic decryption of a ZFS rpool in the initramfs with zlevis"
|
||||
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