From 211b8ab7e8dc73acf9e62a6f0183b787b2f9f934 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 15 Apr 2020 18:25:16 -0400 Subject: [PATCH] Actually print message to serial When console detected, actually notify the relevant console. --- misc/confluent-cmdline.sh.rh8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/confluent-cmdline.sh.rh8 b/misc/confluent-cmdline.sh.rh8 index 79b010c2..bb4c0ff5 100644 --- a/misc/confluent-cmdline.sh.rh8 +++ b/misc/confluent-cmdline.sh.rh8 @@ -5,7 +5,8 @@ if ! grep console= /proc/cmdline >& /dev/null; then autocons=$(/opt/confluent/bin/autocons) if [ -n "$autocons" ]; then echo console=$autocons |sed -e 's!/dev/!!' >> /etc/cmdline.d/01-autocons.conf - echo "Initializing auto detected console when installer starts" + autocons=${autocons%,*} + echo "Initializing auto detected console when installer starts" > $autocons fi fi . /lib/anaconda-lib.sh