harald / rpms / dracut

Forked from rpms/dracut 5 years ago
Clone
Blob Blame History Raw
From c1d1a985b980ef1d89d39dce1c3570f3adf119ad Mon Sep 17 00:00:00 2001
From: Harald Hoyer <harald@redhat.com>
Date: Mon, 18 May 2015 13:43:26 +0200
Subject: [PATCH] 50drm: add hyperv_fb kernel module

https://bugzilla.redhat.com/show_bug.cgi?id=1192035
(cherry picked from commit 81b67232dcc796178124676d124d7d91514e4a8f)
---
 modules.d/50drm/module-setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules.d/50drm/module-setup.sh b/modules.d/50drm/module-setup.sh
index 317c084..fd484e3 100755
--- a/modules.d/50drm/module-setup.sh
+++ b/modules.d/50drm/module-setup.sh
@@ -62,7 +62,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