From bffb7a8cac8b5bcc8cc3b32fbddbe11863cab87a Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 23 Jun 2021 17:52:21 -0400 Subject: [PATCH] Correct typo in suse install autoconsole message --- confluent_osdeploy/suse15/initramfs/opt/confluent/bin/suseagent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/suse15/initramfs/opt/confluent/bin/suseagent b/confluent_osdeploy/suse15/initramfs/opt/confluent/bin/suseagent index 49b72fd7..f7aac35c 100755 --- a/confluent_osdeploy/suse15/initramfs/opt/confluent/bin/suseagent +++ b/confluent_osdeploy/suse15/initramfs/opt/confluent/bin/suseagent @@ -66,7 +66,7 @@ if [ "$textconsole" = "true" ] && ! grep console= /proc/cmdline > /dev/null && [ echo "Serial console has been autodected and enabled read-only for install" > ${autocons%,*} echo "It will be read-write after install" > ${autocons%,*} echo "If a fully functional console is desired over serial, add console=${autocons#/dev/} " > ${autocons%,*} - echo "to kerneralgs in the profile.yaml file of the profile and run 'osdeploy updateboot " > ${autocons%,*} + echo "to kernelargs in the profile.yaml file of the profile and run 'osdeploy updateboot " > ${autocons%,*} #echo "Serial console autodetected and enabled, will be available upon install completion" > ${autocons%,*} #echo "The installer will run in text mode on the graphics console. When ssh is available," > ${autocons%,*} #echo "install progress may be checked by using ssh to access and run the screendump command" > ${autocons%,*}