From a00aad94df542233bbbe34a63cdcbee69b922975 Mon Sep 17 00:00:00 2001 From: Cornelius Hoffmann Date: Sun, 10 Mar 2024 14:54:01 +0100 Subject: [PATCH] Document default KernelCommandLine --- mkosi/resources/mkosi.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index a550791e5..662bdd48c 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -1210,6 +1210,8 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, `KernelCommandLine=`, `--kernel-command-line=` : Use the specified kernel command line when building images. + Defaults to `console=ttyS0`. For `arm`, `s390` and `ppc`, `ttyS0` is replaced + with `ttyAMA0`, `ttysclp0` or `hvc0`, respectively. `KernelModulesInclude=`, `--kernel-modules-include=` -- 2.47.3