From 447ac1c718c8053f26ec7d5b890c9139b457ec99 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 11 May 2023 14:07:09 +0200 Subject: [PATCH] ci: Add console=ttyS0 to the kernel command line It's the default but since we override the default we lose the default value so add it back explicitly. --- .github/mkosi.conf.d/10-common.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/mkosi.conf.d/10-common.conf b/.github/mkosi.conf.d/10-common.conf index 573ea8207..7c14b1d7c 100644 --- a/.github/mkosi.conf.d/10-common.conf +++ b/.github/mkosi.conf.d/10-common.conf @@ -1,6 +1,7 @@ [Output] CacheDirectory=mkosi.cache -KernelCommandLine=systemd.unit=mkosi-check-and-shutdown.service +KernelCommandLine=console=ttyS0 + systemd.unit=mkosi-check-and-shutdown.service systemd.log_target=console systemd.default_standard_output=journal+console -- 2.47.2