public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lorax-templates-rhel] eln: runtime-cleanup: Keep the cec driver
@ 2026-08-25  3:04 Brian C. Lane
  0 siblings, 0 replies; only message in thread
From: Brian C. Lane @ 2026-08-25  3:04 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/lorax-templates-rhel
            Branch : eln
            Commit : e40d47f64314e0a292580577909bbcade45a6681
            Author : Brian C. Lane <bcl@redhat.com>
            Date   : 2026-08-24T15:52:31-04:00
            Stats  : +8/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/lorax-templates-rhel/c/e40d47f64314e0a292580577909bbcade45a6681?branch=eln

            Log:
            runtime-cleanup: Keep the cec driver

This is used by the drm_display_helper module which is a dependency of
nouveau, radeon, and amdgpu drivers. Without this a modprobe of these
drivers would fail in the installer environment.

Resolves: RHEL-245277

---
diff --git a/70-64k/runtime-cleanup.tmpl b/70-64k/runtime-cleanup.tmpl
index beb92a2..bae2f3f 100644
--- a/70-64k/runtime-cleanup.tmpl
+++ b/70-64k/runtime-cleanup.tmpl
@@ -69,7 +69,7 @@ remove /dev/*
 remove /usr/share/icons/*/icon-theme.cache
 
 ## clean up kernel modules
-removekmod sound drivers/media drivers/hwmon drivers/iio \
+removekmod sound drivers/hwmon drivers/iio \
            net/atm net/bluetooth net/sched net/sctp \
            net/rds net/l2tp net/decnet net/netfilter net/ipv4 net/ipv6 \
            drivers/watchdog drivers/rtc drivers/input/joystick \
@@ -84,6 +84,9 @@ removekmod sound drivers/media drivers/hwmon drivers/iio \
 removekmod drivers/char --allbut virtio_console hw_random \
                                   virtio-rng ipmi hmcdrv nvram
 removekmod drivers/hid --allbut hid-logitech-dj hid-logitech-hidpp hid-multitouch
+## Need to keep cec media driver for drm_display_helper (a dependency of nouveau,
+## radeon, amdgpu)
+removekmod drivers/media --allbut cec
 
 ## 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 fb

diff --git a/80-rhel/runtime-cleanup.tmpl b/80-rhel/runtime-cleanup.tmpl
index beb92a2..bae2f3f 100644
--- a/80-rhel/runtime-cleanup.tmpl
+++ b/80-rhel/runtime-cleanup.tmpl
@@ -69,7 +69,7 @@ remove /dev/*
 remove /usr/share/icons/*/icon-theme.cache
 
 ## clean up kernel modules
-removekmod sound drivers/media drivers/hwmon drivers/iio \
+removekmod sound drivers/hwmon drivers/iio \
            net/atm net/bluetooth net/sched net/sctp \
            net/rds net/l2tp net/decnet net/netfilter net/ipv4 net/ipv6 \
            drivers/watchdog drivers/rtc drivers/input/joystick \
@@ -84,6 +84,9 @@ removekmod sound drivers/media drivers/hwmon drivers/iio \
 removekmod drivers/char --allbut virtio_console hw_random \
                                   virtio-rng ipmi hmcdrv nvram
 removekmod drivers/hid --allbut hid-logitech-dj hid-logitech-hidpp hid-multitouch
+## Need to keep cec media driver for drm_display_helper (a dependency of nouveau,
+## radeon, amdgpu)
+removekmod drivers/media --allbut cec
 
 ## 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 fb

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

only message in thread, other threads:[~2026-08-25  3:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25  3:04 [rpms/lorax-templates-rhel] eln: runtime-cleanup: Keep the cec driver Brian C. Lane

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