sys-kernel/dracut-verity - 1.2 (gardenhouse)

Search

Install

Install this version:

emerge -a =sys-kernel/dracut-verity-1.2

Package Information

Description:
A dracut module to set up dm-verity for a root device.
Homepage:
https://git.pinkro.se/Rose/gardenhouse/dracut-verity.git
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.2 8 * -~* 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A dracut module to set up dm-verity for a root device."
HOMEPAGE="https://git.pinkro.se/Rose/gardenhouse/dracut-verity.git"
SRC_URI="https://git.pinkro.se/Rose/gardenhouse/dracut-verity.git/snapshot/dracut-verity-1.2.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="* -~*"
IUSE=""

DEPEND="
	sys-fs/cryptsetup
"
RDEPEND="${DEPEND}"

src_install() {
	exeinto /usr/lib/dracut/modules.d/71verity/
	doexe 71verity/*.sh
}

Dependencies

DEPEND

	sys-fs/cryptsetup

RDEPEND

	sys-fs/cryptsetup

Manifest for 1.2

Type File Size Source URLs
DIST dracut-verity-1.2.tar.gz 1065 bytes https://git.pinkro.se/Rose/gardenhouse/dracut-verity.git/snapshot/dracut-verity-1.2.tar.gz