Skip to content

Commit

Permalink
man: Improve style of KernelModulesInitrd
Browse files Browse the repository at this point in the history
  • Loading branch information
mm committed Dec 14, 2024
1 parent ed87abe commit 59a5a68
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions mkosi/resources/man/mkosi.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1046,11 +1046,10 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
the image.

`KernelModulesInitrd=`, `--kernel-modules-initrd=`
: Enable/Disable generation of the kernel modules initrd when building a bootable image. Enabled by default.
If enabled, when building a bootable image, for each kernel that we assemble a unified kernel image for we
generate an extra initrd containing only the kernel modules for that kernel version and append it to the
prebuilt initrd. This allows generating kernel independent initrds which are augmented with the necessary
kernel modules when the UKI is assembled.
: Boolean value, enabled (true) by default. If enabled, when building a bootable image, mkosi will generate
an extra initrd for each unified kernel image it assembles. This initrd contains only modules for
the specific kernel version, and will be appended to the prebuilt initrd. This allows generating kernel
independent initrds which are augmented with the necessary modules when the UKI is assembled.

`KernelModulesInitrdInclude=`, `--kernel-modules-initrd-include=`
: Like `KernelModulesInclude=`, but applies to the kernel modules included in the kernel modules initrd.
Expand Down

0 comments on commit 59a5a68

Please sign in to comment.