From: Cornelius Hoffmann Date: Sun, 10 Mar 2024 13:54:01 +0000 (+0100) Subject: Document default KernelCommandLine X-Git-Tag: v22~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00aad94df542233bbbe34a63cdcbee69b922975;p=thirdparty%2Fmkosi.git Document default KernelCommandLine --- 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=`