Compare commits
1 Commits
74361b64f2
...
393ea8de23
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
393ea8de23 |
1
sys-kernel/dracut-sshd/Manifest
Normal file
1
sys-kernel/dracut-sshd/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
EBUILD dracut-sshd-9999.ebuild 486 BLAKE2B 2f4715cfac1a6e680334f7637895453569d0f4be9f8b6b8e48f28d54c6460e93dd81b6db05f28104328f8340e81d1cb9bd67c3ba58cf52bf2523924ea1dcc225 SHA512 33437a308eb372948b7da77100db3d595a55ec31cc4dfa3e5c178a6a003b3e2a4f8f95a1016081b95395710f18953ad343c4ff26e16e8f00d0f8d5c90ff61d2c
|
||||||
26
sys-kernel/dracut-sshd/dracut-sshd-9999.ebuild
Normal file
26
sys-kernel/dracut-sshd/dracut-sshd-9999.ebuild
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit git-r3
|
||||||
|
|
||||||
|
DESCRIPTION="Dracut OpenSSH integration"
|
||||||
|
HOMEPAGE="https://github.com/gsauthof/dracut-sshd"
|
||||||
|
EGIT_REPO_URI="https://github.com/gsauthof/dracut-sshd.git"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS=""
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="sys-kernel/dracut"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_install () {
|
||||||
|
insinto /usr/lib/dracut/modules.d
|
||||||
|
doins -r 46sshd
|
||||||
|
|
||||||
|
dodoc -r README.md example
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user