commit:     91d64dbf8aa34a27653baebba77a10979a4a2f30
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 20:09:05 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 15:03:44 2019 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=91d64dbf

initrd.scripts: wait_sshd(): Make use of good_msg_n()

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 febdadf..1d2fa20 100644
--- a/defaults/initrd.scripts
+++ b/defaults/initrd.scripts
@@ -2198,7 +2198,7 @@ wait_sshd() {
                return
        fi
 
-       printf "%b" "${GOOD}>>${NORMAL}${BOLD} gk.sshd.wait set; Waiting 
${GK_SSHD_WAIT} seconds for SSH connection ${NORMAL}..."
+       good_msg_n "gk.sshd.wait set; Waiting ${GK_SSHD_WAIT} seconds for SSH 
connection ..."
 
        local last_cmd="run last -W 2>/dev/null | head -n 3"
        is_log_enabled && last_cmd="${last_cmd} | tee -a '${GK_INIT_LOG}'"

Reply via email to