Skip to content

Commit

Permalink
manifest: Add fwupd for all arches
Browse files Browse the repository at this point in the history
 - Add fwupd package for all architecture, eliminating the exclusion for 's390x';
 - Now that we enabled/start 'fwupd' by default in coreos#2562. We should have
   this package to all arhces.

Signed-off-by: Renata Ravanelli <[email protected]>
  • Loading branch information
ravanelli committed Aug 28, 2023
1 parent ca1ea9c commit 3c78556
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions manifests/bootable-rpm-ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ packages:
- linux-firmware
# rpm-ostree
- rpm-ostree nss-altfiles

- fwupd
# bootloader
packages-aarch64:
- grub2-efi-aa64 efibootmgr shim
# firmware updates
- fwupd
packages-ppc64le:
- grub2 ostree-grub2
# firmware updates
- fwupd
packages-s390x:
# On Fedora, this is provided by s390utils-core. on RHEL, this is for now
# provided by s390utils-base, but soon will be -core too.
Expand All @@ -33,7 +31,6 @@ packages-x86_64:
- grub2 grub2-efi-x64 efibootmgr shim
- microcode_ctl
# firmware updates
- fwupd

exclude-packages:
# Exclude kernel-debug-core to make sure that it doesn't somehow get
Expand Down

0 comments on commit 3c78556

Please sign in to comment.