]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Document default KernelCommandLine
authorCornelius Hoffmann <coding@hoffmn.de>
Sun, 10 Mar 2024 13:54:01 +0000 (14:54 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 10 Mar 2024 13:59:27 +0000 (14:59 +0100)
mkosi/resources/mkosi.md

index a550791e50fc27ad2d0dfddbc0731c18b32bc369..662bdd48c8773f1e76a03d7082ef47ea2e8ebf08 100644 (file)
@@ -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=`