]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lualoader: Create a module blacklist, add DRM modules to it
authorKyle Evans <kevans@FreeBSD.org>
Sun, 7 Oct 2018 01:53:43 +0000 (01:53 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Sun, 7 Oct 2018 01:53:43 +0000 (01:53 +0000)
commit532dc17243aa26dff4439af2983be60c96a7ad18
tree45194ebb7a95ceec2900f49ee1e0390b9518b04c
parentfc3c19a9fceeea48a9259ac3833a125804342c0e
lualoader: Create a module blacklist, add DRM modules to it

This is a step in the process of easing migration into the new world order
of DRM drivers. Strongly encourage users towards loading DRM modules via
rc.conf(5) instead of loader.conf(5) by failing the load from loader(8).
Users so inclined may wipe out the blacklist via module_blacklist="" in
loader.conf(5), and it is expected that these modules will eventually be
removed from the blacklist. They may still be loaded as dependencies of
other modules or explicitly via the loader prompt, but this should not be a
major problem.

Approved by: re (rgrimes)
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D16914
UPDATING
stand/defaults/loader.conf
stand/defaults/loader.conf.5
stand/lua/config.lua