public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "'Badrikesh Prusty' via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: Badrikesh Prusty <badrikesh.prusty@siemens.com>
Subject: [PATCH] kas: correct TTY services variable for target-bootstrapper
Date: Sat, 13 Dec 2025 09:06:54 -0500	[thread overview]
Message-ID: <20251213140654.1142110-1-badrikesh.prusty@siemens.com> (raw)

Replace incorrect INSTALLER_TTY_SERVICES with
TARGET_BOOTSTRAPPER_TTY_SERVICES to configure the correct TTY services
for the target bootstrapper.
Fix isar-installer not launching on the user-configured TTY from the
kas menu system.

Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com>
---
 kas/installer/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kas/installer/Kconfig b/kas/installer/Kconfig
index ccac6471..5e733f9e 100644
--- a/kas/installer/Kconfig
+++ b/kas/installer/Kconfig
@@ -92,7 +92,7 @@ config KAS_INCLUDE_INSTALLER_ADD_DEVICE_INFO_COLLECTOR
 	default "kas/installer/add-device-info-collector.yaml"
     depends on INSTALLER_ADD_DEVICE_INFO_COLLECTOR
 
-config INSTALLER_TTY_SERVICES
+config TARGET_BOOTSTRAPPER_TTY_SERVICES
 	string "TTY Service to use"
 	default "getty@tty1 serial-getty@ttyS0" if !INSTALL_UNATTENDED
 	default "serial-getty@ttyS0" if INSTALL_UNATTENDED
-- 
2.47.3

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20251213140654.1142110-1-badrikesh.prusty%40siemens.com.

             reply	other threads:[~2025-12-13 14:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-13 14:06 'Badrikesh Prusty' via isar-users [this message]
2025-12-15  7:23 ` 'MOESSBAUER, Felix' via isar-users
2025-12-15 10:28   ` 'Heinisch, Alexander' via isar-users

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251213140654.1142110-1-badrikesh.prusty@siemens.com \
    --to=isar-users@googlegroups.com \
    --cc=badrikesh.prusty@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox