]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
50drm: add hyperv_fb kernel module
authorHarald Hoyer <harald@redhat.com>
Mon, 18 May 2015 11:43:26 +0000 (13:43 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 2 Jul 2015 17:47:46 +0000 (19:47 +0200)
https://bugzilla.redhat.com/show_bug.cgi?id=1192035
(cherry picked from commit 81b67232dcc796178124676d124d7d91514e4a8f)

modules.d/50drm/module-setup.sh

index bf33c5b728bc4cc90ac4291b7bc8ed3ecbed466b..0e1c5ff0f366e0793eb25adfe86a777b637da6d2 100755 (executable)
@@ -48,6 +48,8 @@ installkernel() {
         return 0
     }
 
+    instmods amdkfd hyperv_fb
+
     for _modname in $(find_kernel_modules_by_path drivers/gpu/drm \
         | drm_module_filter) ; do
         # if the hardware is present, include module even if it is not currently loaded,