public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] installer: suppress kernel info/debug messages
@ 2025-12-23  2:15 'Badrikesh Prusty' via isar-users
  2026-01-05  9:24 ` Anton Mikanovich
  0 siblings, 1 reply; 6+ messages in thread
From: 'Badrikesh Prusty' via isar-users @ 2025-12-23  2:15 UTC (permalink / raw)
  To: isar-users; +Cc: florian.bezdeka, Badrikesh Prusty

Lower the kernel log level to 4 to suppress notice, info, and debug
messages on the console.
This prevents audit and driver messages from cluttering the screen
while keeping critical errors and systemd service status output
visible, resulting in a cleaner installer UI.

Signed-off-by: Badrikesh Prusty <badrikesh.prusty@siemens.com>
---
 meta-isar/recipes-core/images/isar-image-installer.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-isar/recipes-core/images/isar-image-installer.bb b/meta-isar/recipes-core/images/isar-image-installer.bb
index 3511f3f6..a58f8849 100644
--- a/meta-isar/recipes-core/images/isar-image-installer.bb
+++ b/meta-isar/recipes-core/images/isar-image-installer.bb
@@ -11,7 +11,8 @@ DESCRIPTION = "Example of a ISAR based Installer Image"
 INSTALLER_WKS_FILE ??= "installer-efi.wks.in"
 WKS_FILE = "${INSTALLER_WKS_FILE}"
 
-ADDITIONAL_KERNEL_CMDLINE ??= ""
+# Hide kernel warning/info/debug messages
+ADDITIONAL_KERNEL_CMDLINE ??= "loglevel=4"
 
 OVERRIDES .= "${@':unattended-installer' if bb.utils.to_boolean(d.getVar('INSTALLER_UNATTENDED')) else ''}"
 ADDITIONAL_KERNEL_CMDLINE:append:unattended-installer = " \
-- 
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/20251223021555.289180-1-badrikesh.prusty%40siemens.com.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-01-05 15:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-23  2:15 [PATCH] installer: suppress kernel info/debug messages 'Badrikesh Prusty' via isar-users
2026-01-05  9:24 ` Anton Mikanovich
2026-01-05 15:16   ` 'Florian Bezdeka' via isar-users
2026-01-05 15:24     ` 'Badrikesh Prusty' via isar-users
2026-01-05 15:35     ` Anton Mikanovich
2026-01-05 15:46     ` 'Florian Bezdeka' via isar-users

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox