From: Laurence Kiln <246209442+LaurenceKiln@users.noreply.github.com> Date: Sat, 6 Dec 2025 14:57:23 +0000 (+0200) Subject: Rewrite note on fw deps of kernel modules in manpage X-Git-Tag: v26~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e054976d18aaf2bac69e52eaa72a857e6859ec2e;p=thirdparty%2Fmkosi.git Rewrite note on fw deps of kernel modules in manpage --- diff --git a/mkosi/resources/man/mkosi.1.md b/mkosi/resources/man/mkosi.1.md index da441e566..a80c19fde 100644 --- a/mkosi/resources/man/mkosi.1.md +++ b/mkosi/resources/man/mkosi.1.md @@ -1194,8 +1194,7 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, except that the paths are relative to `/usr/lib/firmware/`. The compression suffix is ignored and must not be included in the pattern. - Firmware files that listed by modules that are included in the image are - automatically included. + Firmware dependencies of kernel modules installed in the image are automatically included. Example: `FirmwareFiles=cxgb4/bcm8483.bin` or `FirmwareFiles=bcm8483.*` would both cause `/usr/lib/firmware/cxgb4/bcm8483.bin.xz` to be included,