From b5d8daca895380814437f7e868eadb1e954cfcbf Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Tue, 14 Nov 2023 11:37:38 +0100 Subject: [PATCH] automation: add timestamps to QEMU non-smoke tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roger Pau Monné --- automation/scripts/qemu-alpine-x86_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/scripts/qemu-alpine-x86_64.sh b/automation/scripts/qemu-alpine-x86_64.sh index 95192ceabb..896ee5cb21 100755 --- a/automation/scripts/qemu-alpine-x86_64.sh +++ b/automation/scripts/qemu-alpine-x86_64.sh @@ -68,7 +68,7 @@ cd ../.. cat >> binaries/pxelinux.0 << EOF #!ipxe -kernel xen console=com1 +kernel xen console=com1 console_timestamps=boot module bzImage console=hvc0 module xen-rootfs.cpio.gz boot -- 2.39.5