Compare commits
4 commits
327386249b
...
dddc5933fa
Author | SHA1 | Date | |
---|---|---|---|
dddc5933fa | |||
98f50ee5cc | |||
f21093d562 | |||
2a97e8ed2e |
5 changed files with 41 additions and 42 deletions
|
@ -5,8 +5,8 @@ EAPI=8
|
|||
inherit meson
|
||||
|
||||
DESCRIPTION="Tool that enables automatic decryption of ZFS root-pools with TPM2"
|
||||
HOMEPAGE="https://git.bijl.us/luc/zlevis"
|
||||
SRC_URI="https://git.bijl.us/luc/zlevis/releases/download/${PV}/zlevis-${PV}.tar.xz"
|
||||
HOMEPAGE="https://git.ampel.dev/ampel/zlevis"
|
||||
SRC_URI="https://git.ampel.dev/ampel/zlevis/releases/download/${PV}/zlevis-${PV}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
@ -16,5 +16,5 @@ IUSE="dracut"
|
|||
RDEPEND="
|
||||
dev-libs/jose
|
||||
app-crypt/tpm2-tools
|
||||
dracut? ( >=sys-kernel/zlevis-dracut-0.3 )
|
||||
"
|
||||
dracut? ( >=sys-kernel/zlevis-dracut-1.0 )
|
||||
"
|
20
app-crypt/zlevis/zlevis-2.2.ebuild
Normal file
20
app-crypt/zlevis/zlevis-2.2.ebuild
Normal file
|
@ -0,0 +1,20 @@
|
|||
# No copyright
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
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"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~* amd64"
|
||||
IUSE="dracut"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/jose
|
||||
app-crypt/tpm2-tools
|
||||
dracut? ( >=sys-kernel/zlevis-dracut-1.0 )
|
||||
"
|
|
@ -1,19 +0,0 @@
|
|||
# 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-1.4
|
||||
"
|
|
@ -1,19 +0,0 @@
|
|||
# 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
|
||||
"
|
17
sys-kernel/zlevis-dracut/zlevis-dracut-1.0.ebuild
Normal file
17
sys-kernel/zlevis-dracut/zlevis-dracut-1.0.ebuild
Normal file
|
@ -0,0 +1,17 @@
|
|||
# No copyright
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
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/zlevis/zlevis-dracut/releases/download/${PV}/zlevis-dracut-${PV}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~* amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=app-crypt/zlevis-2.0
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue