Skip to content

Commit

Permalink
fix: Correct EFI path issue with fwupd
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jul 24, 2024
1 parent bddd89b commit ac457f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ac457f0

Please sign in to comment.