Deleted dracut-crypt-ssh-9999

There is a version in the Gentoo repo now.
This commit is contained in:
tastytea 2018-06-20 08:41:43 +02:00
parent c640c74afe
commit b2f6eb576d
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 0 additions and 19 deletions

View File

@ -1 +0,0 @@
EBUILD dracut-crypt-ssh-9999.ebuild 545 SHA256 2c647d12d5dcff2cc8b7844b3dd431fbb37cf8065d080c55854ffb180486b83f SHA512 04986d8a6ec49ca01d46d2bd9c234bad0f048e5cef506423ecd0ca14823e6fe1ac47efa2872e30b6588828822ddc20ba4fc64e3ebd77739a4401b9486540a737 WHIRLPOOL 855a0778d13ce14e088b010a65b64d0b54129783f1149d743c08221bf047b1f5382183af884607b74caf70db10f7a4eede16cb4a1b5fdc32ecbef779fa49434c

View File

@ -1,18 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit git-r3
DESCRIPTION="dracut initramfs module to start dropbear sshd during boot to enter LUKS passphrase remotely"
HOMEPAGE="https://github.com/dracut-crypt-ssh/dracut-crypt-ssh"
EGIT_REPO_URI="https://github.com/dracut-crypt-ssh/dracut-crypt-ssh.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm"
RDEPEND=">=sys-kernel/dracut-044-r1
>=net-misc/dropbear-2016.73"
src_unpack() {
git-r3_src_unpack
}