]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
man: Improve style of KernelModulesInitrd
authormm <mm@sofa.local>
Sat, 14 Dec 2024 21:42:31 +0000 (22:42 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 14 Dec 2024 22:13:58 +0000 (22:13 +0000)
mkosi/resources/man/mkosi.1.md

index d1e6c851f4974c5914ca8036efa2226835a0641f..1ae006a6991e80142ac4ea28cc1ed2432c44811f 100644 (file)
@@ -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.