Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Make the purpose of fw_dir explicit #2462

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dracut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Creates initial ramdisk images for preloading modules
-k, --kmoddir [DIR] Specify the directory where to look for kernel
modules.
--fwdir [DIR] Specify additional colon-separated list of directories
where to look for firmware files.
where to look for CPU firmware (microcode) files.
--libdirs [LIST] Specify a space-separated list of directories
where to look for libraries.
--kernel-only Only install kernel drivers and firmware files.
Expand Down
4 changes: 2 additions & 2 deletions man/dracut.8.asc
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ example:
Specify the directory, where to look for kernel modules.

**--fwdir** _<dir>[:<dir>...]++_::
Specify additional directories, where to look for firmwares. This parameter
can be specified multiple times.
Specify additional directories, where to look for CPU firmwares
(microcode). This parameter can be specified multiple times.

**--libdirs** _<list of directories>_::
Specify a space-separated list of directories to look for libraries to
Expand Down
2 changes: 1 addition & 1 deletion man/dracut.conf.5.asc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Configuration files must have the extension .conf; other extensions are ignored.

*fw_dir+=*" :__<dir>__[:__<dir>__ ...] "::
Specify additional colon-separated list of directories where to look for
firmware files.
CPU firmware (microcode) files.

*libdirs+=*" __<dir>__[ __<dir>__ ...] "::
Specify a space-separated list of directories where to look for libraries.
Expand Down
Loading