Skip to content

Commit 85149b8

Browse files
lnykrynjohannbg
authored andcommitted
fix(drm): add video drivers needed on hyper-v and similar
Due to non-availability of Hyper-V video driver hyperv_drm in kdump initramfs, the console seems to be in hang state with no text over it. We should also go through the /sys/bus/vmbus/devices and include drivers referenced there.
1 parent bc965cd commit 85149b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ installkernel() {
3131
if [[ $hostonly ]]; then
3232
local i modlink modname
3333

34-
for i in /sys/bus/{pci/devices,platform/devices,virtio/devices,soc/devices/soc?}/*/modalias; do
34+
for i in /sys/bus/{pci/devices,platform/devices,virtio/devices,soc/devices/soc?,vmbus/devices}/*/modalias; do
3535
[[ -e $i ]] || continue
3636
[[ -n $(< "$i") ]] || continue
3737
# shellcheck disable=SC2046

0 commit comments

Comments
 (0)