diskimage-builder/releasenotes/notes/add-modprobe-element-8e3b0287ebb11920.yaml
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

11 lines
407 B
YAML

---
features:
- 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.