diskimage-builder/diskimage_builder/elements/modprobe-blacklist
Yolanda Robla 31383970c7 Add new modprobe element
This element will replace modprobe-blacklist element. It wil
still have the blacklist functionality, but it also adds
the feature of passing a complete file with settings to the
modprobe.d directory. Adding this functionality, that will
allow elements that depends on this module, to just copy the
specified files to the final directory.

Change-Id: I9a44f7d11520b8b1e604956d3c1db2fc7e2bf457
2018-06-28 13:55:53 +02:00
..
install.d Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00
README.rst Add new modprobe element 2018-06-28 13:55:53 +02: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"

Note

This element has been deprecated and replaced by the modprobe element, that covers 100% the modprobe-blacklist functionality.