Compare commits
1 Commits
master
...
74361b64f2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74361b64f2 |
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 27ccb5950b84e1924e6b513a50309a61d1914b5922d4671a2a54d137501ef357e3939d3db70f607e90356a6a122b0098817955606525e802ef1ec492f56df420 SHA512 c8dd1a7399ae0c0cad6412148ea441f8aee98404393f0591580f03f2ddc2fbe30c2a5cf5a4276d544372096c42899f66566cdc662e53b371c21e5f9b78694ab3
|
||||||
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="GPLv3"
|
||||||
|
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