]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
test_efi_plugin_plain_systemd-boot: don't set console
authorMikko Rapeli <mikko.rapeli@linaro.org>
Fri, 4 Apr 2025 16:29:29 +0000 (19:29 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Apr 2025 09:22:52 +0000 (10:22 +0100)
This effectively disables the boot time serial console
so that kernel and initrd logs are not visible which
makes debugging boot failures hard. The logs are
not too verbose, around 270 lines, and can be reduced
with kernel side settings if needed. For example
"loglevel=4" on kernel command line reduces the
output to only warning messages.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks

index 2745c19e85cd7c4dab064082dbba8df6fb41ee36..83f136ac15e9f56bdcff631e78ab54f92177ed25 100644 (file)
@@ -2,4 +2,4 @@
 part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=${INITRAMFS_IMAGE}-${MACHINE}.${INITRAMFS_FSTYPES}" --active --align 1024 --use-uuid
 part / --source rootfs --fstype=ext4 --align 1024 --use-uuid
 
-bootloader  --timeout=0 --append="console=ttyS0,115200n8"
+bootloader  --timeout=0