sys-kernel/dracut-crypt-ssh - 1.0.8 (gentoo)

Search

Install

Install this version:

emerge -a =sys-kernel/dracut-crypt-ssh-1.0.8

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-kernel/dracut-crypt-ssh-1.0.8

Or alternatively:

emerge --autounmask-write -a =sys-kernel/dracut-crypt-ssh-1.0.8

Package Information

Description:
Early unlocking of encrypted systems via ssh for dracut
Homepage:
https://github.com/dracut-crypt-ssh/dracut-crypt-ssh
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Early unlocking of encrypted systems via ssh for dracut"
HOMEPAGE="https://github.com/dracut-crypt-ssh/dracut-crypt-ssh"
SRC_URI="https://github.com/dracut-crypt-ssh/dracut-crypt-ssh/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"

DEPEND="sys-kernel/dracut"
RDEPEND="${DEPEND}
	|| (
		net-misc/connman
		net-misc/dhcp[client]
		net-misc/networkmanager
		sys-apps/systemd
	)
	net-misc/dropbear"

src_prepare() {
	default

	# Fix libdir (hard-coded to "lib64")
	sed "s@/lib64/@/$(get_libdir)/@" \
		-i modules/60crypt-ssh/module-setup.sh \
		|| die
}

src_configure() {
	tc-export CC
	default
}

Inherited Eclasses

Dependencies

DEPEND

sys-kernel/dracut

RDEPEND

${DEPEND}
	|| (
		net-misc/connman
		net-misc/dhcp[client]
		net-misc/networkmanager
		sys-apps/systemd
	)
	net-misc/dropbear

Manifest for 1.0.8

Type File Size Source URLs
DIST dracut-crypt-ssh-1.0.8.tar.gz 20931 bytes https://github.com/dracut-crypt-ssh/dracut-crypt-ssh/archive/v1.0.8.tar.gz