Compare commits
No commits in common. "dddc5933fa2a5140dbe4725d1fed52b5eceabf26" and "327386249bd487d1cf82e07279e3514251446ee5" have entirely different histories.
dddc5933fa
...
327386249b
5 changed files with 42 additions and 41 deletions
|
@ -5,8 +5,8 @@ EAPI=8
|
|||
inherit meson
|
||||
|
||||
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"
|
||||
HOMEPAGE="https://git.bijl.us/luc/zlevis"
|
||||
SRC_URI="https://git.bijl.us/luc/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-1.0 )
|
||||
"
|
||||
dracut? ( >=sys-kernel/zlevis-dracut-0.3 )
|
||||
"
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
# 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 )
|
||||
"
|
19
sys-kernel/zlevis-dracut/zlevis-dracut-0.2.ebuild
Normal file
19
sys-kernel/zlevis-dracut/zlevis-dracut-0.2.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-1.4
|
||||
"
|
19
sys-kernel/zlevis-dracut/zlevis-dracut-0.3.ebuild
Normal file
19
sys-kernel/zlevis-dracut/zlevis-dracut-0.3.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-2.0
|
||||
"
|
|
@ -1,17 +0,0 @@
|
|||
# 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