diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-02 15:54:05 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-02 16:43:05 +0200 |
commit | 1f071dfc89fc19f9e66d2e73c4f42f9e500e5d79 (patch) | |
tree | 0de0f84d176219c2e9d97ba0b9bba3601cb7cdab | |
parent | initrd.scripts: start_network(): Don't try to configure network when "ip" arg... (diff) | |
download | genkernel-1f071dfc89fc19f9e66d2e73c4f42f9e500e5d79.tar.gz genkernel-1f071dfc89fc19f9e66d2e73c4f42f9e500e5d79.tar.bz2 genkernel-1f071dfc89fc19f9e66d2e73c4f42f9e500e5d79.zip |
initrd.scripts: start_sshd(): Tell user why gk.prompt.timeout value was changed
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | defaults/initrd.scripts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 071ba32d..7184cfd3 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -2208,7 +2208,7 @@ start_sshd() { if [ "${GK_PROMPT_TIMEOUT}" = '0' ] then - warn_msg "Changing gk.prompt.timeout=0 to 30 ..." + warn_msg "Changing gk.prompt.timeout=0 to 30 to allow remote user to answer prompts ..." GK_PROMPT_TIMEOUT=30 fi |