Skip to content

Commit

Permalink
Document default KernelCommandLine
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelicorn authored and DaanDeMeyer committed Mar 10, 2024
1 parent 14fe442 commit a00aad9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkosi/resources/mkosi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=`

Expand Down

0 comments on commit a00aad9

Please sign in to comment.