org.osbuild.modprobe
Configure modprobe
The 'config' option allows the creation of a .conf
configuration
file for modprobe in /usr/lib/modprobe.d
with the name filename
.
Currently supported "command" objects are:
- for 'blacklist' command
- 'command' property value: "blacklist"
- 'modulename' property value: a non-empty string with the name of a module
- for 'install' command
- 'command' property value: "install"
- 'modulename' property value: a non-empty string with the name of a module
- 'cmdline' property value: a non-empty string representing the command to run instead of inserting the specified module.