From: Daan De Meyer Date: Thu, 11 May 2023 12:07:09 +0000 (+0200) Subject: ci: Add console=ttyS0 to the kernel command line X-Git-Tag: v15~165^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1555%2Fhead;p=thirdparty%2Fmkosi.git 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. --- 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