diskimage-builder/elements/modprobe-blacklist
Gregory Haynes c4bbb6f3bc Create docs site containing element READMEs
We currently do not have the ability to create a docs site which
outlines all the elements.

Change-Id: I77ccf61e0c4b1509b3e7ce9b8f15ea5ccfd50d9b
2015-02-10 11:45:35 -08:00
..
install.d set -u and -o pipefail everywhere 2014-05-06 15:51:07 -05:00
README.rst Create docs site containing element READMEs 2015-02-10 11:45:35 -08:00

README.rst

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"