c4bbb6f3bc
We currently do not have the ability to create a docs site which outlines all the elements. Change-Id: I77ccf61e0c4b1509b3e7ce9b8f15ea5ccfd50d9b
13 lines
342 B
ReStructuredText
13 lines
342 B
ReStructuredText
==================
|
|
modprobe-blacklist
|
|
==================
|
|
Blacklist specific modules using modprobe.d/blacklist.conf.
|
|
|
|
In order to use set DIB_MODPROBE_BLACKLIST to the name of your
|
|
module. To disable multiple modules you can set DIB_MODPROBE_BLACKLIST
|
|
to a list of string separated by spaces.
|
|
|
|
Example:
|
|
|
|
export DIB_MODPROBE_BLACKLIST="igb"
|