Skip to content

Commit

Permalink
Merge pull request openshift#797 from HuijingHei/revert-fwupd
Browse files Browse the repository at this point in the history
Revert "manifest.yaml: add workaround for fwupd"
  • Loading branch information
openshift-ci[bot] authored May 12, 2022
2 parents fc2cef0 + c7617d1 commit 312b4c5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,6 @@ postprocess:
grep -q '# RHEL-only: Disable /tmp on tmpfs' /usr/lib/systemd/system/basic.target
echo '# RHCOS-only: we follow the Fedora/upstream default' >> /usr/lib/systemd/system/basic.target
echo 'Wants=tmp.mount' >> /usr/lib/systemd/system/basic.target
# TEMPORARY: Remove `ipmi-si` in /usr/lib/modules-load.d/fwupd-redfish.conf until fix is landed to RHEL 8.6
# Fixed version is fwupd-1.7.4-1.el8
# See https://github.com/openshift/os/issues/749
# https://bugzilla.redhat.com/show_bug.cgi?id=2037294
# https://github.com/fwupd/fwupd/pull/4162
[ ! -f /usr/lib/modules-load.d/fwupd-redfish.conf ] && exit 0
grep -q ipmi-si /usr/lib/modules-load.d/fwupd-redfish.conf || exit 100
sed -i '/ipmi-si/d' /usr/lib/modules-load.d/fwupd-redfish.conf
- |
#!/usr/bin/env bash
set -xeo pipefail
Expand Down

0 comments on commit 312b4c5

Please sign in to comment.