From ac457f07ee458d589261db05f608bd4089ef8cb4 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 24 Jul 2024 16:16:44 -0700 Subject: [PATCH] fix: Correct EFI path issue with fwupd --- Containerfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Containerfile b/Containerfile index 8bee9eceae..90f3404733 100644 --- a/Containerfile +++ b/Containerfile @@ -250,6 +250,14 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ /tmp/akmods-extra-rpms/kmods/*bmi260*.rpm \ /tmp/akmods-extra-rpms/kmods/*ryzen-smu*.rpm && \ sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/negativo17-fedora-multimedia.repo && \ + rpm-ostree override replace \ + --experimental \ + --from repo=copr:copr.fedorainfracloud.org:ublue-os:staging \ + fwupd \ + fwupd-efi \ + fwupd-plugin-flashrom \ + fwupd-plugin-modem-manager \ + fwupd-plugin-uefi-capsule-data && \ /usr/libexec/containerbuild/cleanup.sh && \ ostree container commit