public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lorax-templates-rhel] eln: Keep the fb kernel module
@ 2026-08-12 19:41 Jan Stodola
  0 siblings, 0 replies; only message in thread
From: Jan Stodola @ 2026-08-12 19:41 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/lorax-templates-rhel
            Branch : eln
            Commit : b997ed5852788fe409f43f5ed0ce484da05ee0c3
            Author : Jan Stodola <jstodola@redhat.com>
            Date   : 2026-08-12T15:16:28-04:00
            Stats  : +2/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/lorax-templates-rhel/c/b997ed5852788fe409f43f5ed0ce484da05ee0c3?branch=eln

            Log:
            Keep the fb kernel module

The fb kernel module is needed for graphical installations on s390x in
KVM. The module dropped from initrd.img due to dracut switching the drm
dracut module with simpledrm (RHEL-188254). Keep the fb kernel module in
install.img.

Resolves: RHEL-224409

---
diff --git a/70-64k/runtime-cleanup.tmpl b/70-64k/runtime-cleanup.tmpl
index cae55d4..beb92a2 100644
--- a/70-64k/runtime-cleanup.tmpl
+++ b/70-64k/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 hid-multitouch
 
 ## 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
 

diff --git a/80-rhel/runtime-cleanup.tmpl b/80-rhel/runtime-cleanup.tmpl
index cae55d4..beb92a2 100644
--- a/80-rhel/runtime-cleanup.tmpl
+++ b/80-rhel/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 hid-multitouch
 
 ## 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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-12 19:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-12 19:41 [rpms/lorax-templates-rhel] eln: Keep the fb kernel module Jan Stodola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox