mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 15:00:52 +07:00
man: add few mentions about MODPROBE_OPTIONS
The environment variable may alter config file ordering, so mention it in the man page. In addition, highlight that the format is intentionally undocumented since the use by third parties is discouraged. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
This commit is contained in:
parent
e46b473a92
commit
42d60a3267
@ -192,8 +192,12 @@ database.
|
||||
|
||||
# ENVIRONMENT
|
||||
|
||||
The MODPROBE_OPTIONS environment variable can also be used to pass arguments to
|
||||
*modprobe*.
|
||||
The MODPROBE_OPTIONS environment variable can also be used to pass command line
|
||||
arguments to *modprobe*. The format is intentionally left undocumented, since
|
||||
the use by third-party tools and scripts is discouraged.
|
||||
|
||||
The environment variable originates with the implementation of the install
|
||||
rules.
|
||||
|
||||
# COPYRIGHT
|
||||
|
||||
|
@ -49,6 +49,9 @@ directory they reside in. Configuration files can either be completely replaced
|
||||
priority) or partially replaced (by having a configuration file that is ordered
|
||||
later).
|
||||
|
||||
NOTE: The configuration directories may be altered via the MODPROBE_OPTIONS
|
||||
environment variable. See the ENVIRONMENT section in *modprobe*(8).
|
||||
|
||||
# COMMANDS
|
||||
|
||||
alias _wildcard_ _modulename_
|
||||
|
Loading…
Reference in New Issue
Block a user