Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: doc/
Date: Mon, 29 Jul 2019 20:10:37
Message-Id: 1564430541.6de79b848f4aaf0024e37530e48b3eba9ef7dcfd.whissi@gentoo
1 commit: 6de79b848f4aaf0024e37530e48b3eba9ef7dcfd
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 19:47:03 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 20:02:21 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=6de79b84
7
8 manpage: Clarify that dosshd will start network
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 doc/genkernel.8.txt | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
16 index 1b36729..f5f877d 100644
17 --- a/doc/genkernel.8.txt
18 +++ b/doc/genkernel.8.txt
19 @@ -688,8 +688,9 @@ recognized by the kernel itself.
20 By default we will wait up to 10 seconds for interface to show up.
21
22 *dosshd*::
23 - Will start an SSH daemon within initramfs allowing to remotely unlock
24 - encrypted devices or just for debugging purpose.
25 + Will bring up an interface and start a SSH daemon within initramfs
26 + allowing to remotely unlock encrypted devices or just for debugging
27 + purpose. See *ip* option for how to configure network.
28
29 *gk.sshd.port*=<...>::
30 By default, sshd will listen on port 22.