public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Brian C. Lane <bcl@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/lorax-templates-rhel] eln: runtime-cleanup: Keep the cec driver
Date: Tue, 25 Aug 2026 03:04:21 GMT	[thread overview]
Message-ID: <178762706149.1.4018501258946483573.rpms-lorax-templates-rhel-e40d47f64314@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-25  3:04 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=178762706149.1.4018501258946483573.rpms-lorax-templates-rhel-e40d47f64314@fedoraproject.org \
    --to=bcl@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