From: Marek Marczykowski-Górecki Date: Mon, 7 Apr 2025 12:31:04 +0000 (+0200) Subject: CI: include domU kernel messages in the console output log X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1804064f68d52a47f1fc1454a3b254c16abe192b;p=xen.git CI: include domU kernel messages in the console output log Signed-off-by: Marek Marczykowski-Górecki Acked-by: Stefano Stabellini Reviewed-by: Anthony PERARD --- diff --git a/automation/scripts/qubes-x86-64.sh b/automation/scripts/qubes-x86-64.sh index 8e78b7984e..80000854bc 100755 --- a/automation/scripts/qubes-x86-64.sh +++ b/automation/scripts/qubes-x86-64.sh @@ -175,6 +175,8 @@ if [ -n "$domU_check" ]; then rm var/run echo "#!/bin/sh +echo 8 > /proc/sys/kernel/printk + ${domU_check} " > etc/local.d/xen.start chmod +x etc/local.d/xen.start