Skip to content

Commit

Permalink
Merge pull request openshift#1439 from dustymabe/dusty-bootupd-allarch
Browse files Browse the repository at this point in the history
NO-JIRA: make bootupd not arch specific
  • Loading branch information
dustymabe authored Feb 9, 2024
2 parents eb07104 + c5157c7 commit f6cde96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
15 changes: 7 additions & 8 deletions common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include:
- fedora-coreos-config/manifests/networking-tools.yaml
- fedora-coreos-config/manifests/user-experience.yaml
- fedora-coreos-config/manifests/shared-workarounds.yaml
- fedora-coreos-config/manifests/bootupd.yaml
# RHCOS owned packages
- packages-rhcos.yaml

Expand All @@ -27,14 +28,10 @@ ostree-layers:
- overlay/30lvmdevices
- overlay/40grub

arch-include:
x86_64:
- fedora-coreos-config/manifests/grub2-removals.yaml
- fedora-coreos-config/manifests/bootupd.yaml
ppc64le: fedora-coreos-config/manifests/grub2-removals.yaml
aarch64:
- fedora-coreos-config/manifests/grub2-removals.yaml
- fedora-coreos-config/manifests/bootupd.yaml
conditional-include:
- if: basearch != "s390x"
# And remove some cruft from grub2
include: fedora-coreos-config/manifests/grub2-removals.yaml

documentation: false

Expand Down Expand Up @@ -232,6 +229,8 @@ packages:
- kernel-modules-extra
# Audit
- audit
# Bootloader updater
- bootupd
# Containers
- containernetworking-plugins
# Pinned due to cosa on Fedora not honoring RHEL 8 modules as expected
Expand Down
6 changes: 0 additions & 6 deletions packages-rhcos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,3 @@ packages:
# for kdump:
# https://github.com/coreos/fedora-coreos-tracker/issues/622
- kexec-tools

# See https://github.com/coreos/bootupd
packages-x86_64:
- bootupd
packages-aarch64:
- bootupd

0 comments on commit f6cde96

Please sign in to comment.