]> git.ipfire.org Git - thirdparty/dracut.git/commit
drm: Look for DRM drivers in the staging directory 317/head
authorCarlo Caione <carlo@endlessm.com>
Tue, 12 Dec 2017 14:27:18 +0000 (14:27 +0000)
committerHarald Hoyer <harald@redhat.com>
Tue, 12 Dec 2017 15:04:24 +0000 (16:04 +0100)
commit94d09135a71799b0ea2757b38627823e0ac18caf
tree06fdc3a0ffc2fd637db68fca273a2a8c3011163f
parented9281d6d13b6250e3f12408366fca46bc3384ce
drm: Look for DRM drivers in the staging directory

The recently upstreamed virtualbox video driver (vboxvideo) is shipped
in the staging directory. We need to probe it before Xorg is loaded to
avoid a corrupted X.

In general it is a good practice to look also in the staging directory
for DRM drivers.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
modules.d/50drm/module-setup.sh