From b4e1af0178db9d7e5fea5381410fe0ae9e24d7aa Mon Sep 17 00:00:00 2001 From: Jan Stodola Date: Tue, 4 Aug 2026 19:58:26 +0200 Subject: [PATCH] Keep the fb kernel module The fb kernel module is needed for graphical installations on s390x in KVM. The module dropped from RHEL-10 initrd.img due to dracut switching the drm dracut module with simpledrm (RHEL-188254). Keep the fb kernel module in install.img. Related: RHEL-224409 --- share/templates.d/99-generic/runtime-cleanup.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates.d/99-generic/runtime-cleanup.tmpl b/share/templates.d/99-generic/runtime-cleanup.tmpl index 1f84ec448..2a7d8a22c 100644 --- a/share/templates.d/99-generic/runtime-cleanup.tmpl +++ b/share/templates.d/99-generic/runtime-cleanup.tmpl @@ -86,7 +86,7 @@ removekmod drivers/char --allbut virtio_console hw_random \ removekmod drivers/hid --allbut hid-logitech-dj hid-logitech-hidpp ## As of 2020-09 most of this are built-in too, but again, keep them listed -removekmod drivers/video --allbut hyperv_fb syscopyarea sysfillrect sysimgblt fb_sys_fops +removekmod drivers/video --allbut hyperv_fb syscopyarea sysfillrect sysimgblt fb_sys_fops fb remove lib/modules/*/{build,source,*.map} ## NOTE: depmod gets re-run after cleanup finishes