]> 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>
Mon, 18 May 2015 11:43:26 +0000 (13:43 +0200)
https://bugzilla.redhat.com/show_bug.cgi?id=1192035

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

index 517b858176a4c60861695ffeb4ed4ecc4cc106a5..55a214ed997602989a491f4b290b45223aa6bf2a 100755 (executable)
@@ -60,7 +60,7 @@ installkernel() {
             ${NULL}
     fi
 
-    instmods amdkfd
+    instmods amdkfd hyperv_fb
 
     for _modname in $(find_kernel_modules_by_path drivers/gpu/drm \
         | drm_module_filter) ; do