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 #2562. We should have
   this package to all arhces.

Signed-off-by: Renata Ravanelli <[email protected]>
  • Loading branch information
ravanelli committed Aug 30, 2023
1 parent 46f7228 commit d4da764
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 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
# firmware updates
- 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 @@ -32,8 +30,6 @@ packages-s390x:
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 d4da764

Please sign in to comment.