[f40] Doc issue in file modules/system-administrators-guide/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc #29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The document should explain in detail how to make module parameters persistent.
The above paragraph correctly states that module parameters can be set persistently in a file in the
/etc/modprobe.d/directory, but it doesn't show the syntax or give an example for doing so. It only says it is covered in the Persistent Module Loading section, but that section does not cover setting module parameters. That section covers the/etc/modules-load.d/directory. Configuration files in the/etc/modules-load.d/directory do not support setting module parameters. Persistent module parameters can be set only in config files in the/etc/modprobe.d/directory.