]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: Add console=ttyS0 to the kernel command line 1555/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 11 May 2023 12:07:09 +0000 (14:07 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 11 May 2023 12:07:09 +0000 (14:07 +0200)
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

index 573ea82071bd28b64354791f1ed54f28d9c6df44..7c14b1d7cb9ae2704d75fd268c4e8a6c094a4dfe 100644 (file)
@@ -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