commit: 333b9fe9e3e5aed9e64186bf505a72b43dd8e2f5
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 13:52:20 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 16:05:23 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=333b9fe9
initrd.scripts: start_sshd(): Update binary not found message
Use same message like we use in similar cases.
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
defaults/initrd.scripts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
index 33b5199..96ca339 100644
--- a/defaults/initrd.scripts
+++ b/defaults/initrd.scripts
@@ -2258,7 +2258,7 @@ start_sshd() {
if [ ! -x "/usr/sbin/dropbear" ]
then
- bad_msg "/usr/sbin/dropbear not found! Did you call genkernel
with --ssh parameter?"
+ bad_msg "/usr/sbin/dropbear not found! Was initramfs built
without --ssh parameter?"
return
fi