[f40] Doc issue in file modules/system-administrators-guide/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc #29

Open
opened 2024-07-01 00:34:40 +00:00 by robin.a.meade · 0 comments
robin.a.meade commented 2024-07-01 00:34:40 +00:00 (Migrated from gitlab.com)

The document should explain in detail how to make module parameters persistent.

Alternatively, you can list the new parameters in an existing or newly created file in the /etc/modprobe.d/ directory. This method makes the module parameters persistent by ensuring that they are set each time the module is loaded, such as after every reboot or modprobe command. This method is covered in Persistent Module Loading, though the following information is a prerequisite.

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.

The document should explain in detail how to make module parameters persistent. >Alternatively, you can list the new parameters in an existing or newly created file in the `/etc/modprobe.d/` directory. This method makes the module parameters persistent by ensuring that they are set each time the module is loaded, such as after every reboot or modprobe command. This method is covered in Persistent Module Loading, though the following information is a prerequisite. 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.
Commenting is not possible because the repository is archived.
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
docs-archive/sysadmin-guide#29
No description provided.