public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Stodola <jstodola@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/lorax-templates-rhel] eln: Keep the fb kernel module
Date: Wed, 12 Aug 2026 19:41:51 GMT [thread overview]
Message-ID: <178656371170.1.8108139292948287582.rpms-lorax-templates-rhel-b997ed585278@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-12 19:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178656371170.1.8108139292948287582.rpms-lorax-templates-rhel-b997ed585278@fedoraproject.org \
--to=jstodola@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox