Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coreos/fedora-coreos-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 80f646d
Choose a base ref
...
head repository: coreos/fedora-coreos-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 051fb67
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Sep 19, 2024

  1. Verified

    This commit was signed with the committer’s verified signature.
    gamalielhere Gamaliel 'Yel' Padillo
    Copy the full SHA
    051fb67 View commit details
Showing with 17 additions and 12 deletions.
  1. +2 −8 manifests/fedora-coreos-base.yaml
  2. +0 −3 manifests/networking-tools.yaml
  3. +8 −0 manifests/shared-el10.yaml
  4. +7 −0 manifests/shared-el9.yaml
  5. +0 −1 manifests/user-experience.yaml
10 changes: 2 additions & 8 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
@@ -12,6 +12,8 @@ include:
- shared-workarounds.yaml
# See https://github.com/coreos/bootupd
- bootupd.yaml
- shared-el9.yaml
- shared-el10.yaml
ostree-layers:
- overlay/05core
- overlay/08nouveau
@@ -155,16 +157,8 @@ packages:
# In F35+ need `iptables-legacy` package
# See https://github.com/coreos/fedora-coreos-tracker/issues/676#issuecomment-928028451
- iptables-legacy
# GPU Firmware files (not broken out into subpackage of linux-firmware in RHEL yet)
- amd-gpu-firmware intel-gpu-firmware nvidia-gpu-firmware
# NIC firmware we've traditionally shipped but then were split out of linux-firmware in Fedora
- qed-firmware # https://github.com/coreos/fedora-coreos-tracker/issues/1746
# makedumpfile and kexec were split into subpackages in kexec-tools 0.2.28-7
# which is not in RHCOS yet
# These should be with kexec-tools in the user-experience manifest, move them
# once the split lands in RHCOS.
- makedumpfile
- kdump-utils


# - irqbalance
3 changes: 0 additions & 3 deletions manifests/networking-tools.yaml
Original file line number Diff line number Diff line change
@@ -7,9 +7,6 @@ packages:
- NetworkManager hostname
# Interactive Networking configuration during coreos-install
- NetworkManager-tui
# Teaming https://github.com/coreos/fedora-coreos-config/pull/289
# and http://bugzilla.redhat.com/1758162
- NetworkManager-team teamd
# Support for cloud quirks and dynamic config in real rootfs:
# https://github.com/coreos/fedora-coreos-tracker/issues/320
- NetworkManager-cloud-setup
8 changes: 8 additions & 0 deletions manifests/shared-el10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Shared with EL 10 (CentOS Stream 10 and RHCOS 10) only
packages:
# GPU Firmware files (not broken out into subpackage of linux-firmware in RHEL yet)
- amd-gpu-firmware intel-gpu-firmware nvidia-gpu-firmware
# makedumpfile and kexec were split into subpackages in kexec-tools 0.2.28-7
# These should be with kexec-tools in the user-experience manifest
- makedumpfile
- kdump-utils
7 changes: 7 additions & 0 deletions manifests/shared-el9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Shared with EL 9 (CentOS Stream 9 and RHCOS 9) only
packages:
# Teaming https://github.com/coreos/fedora-coreos-config/pull/289
# and http://bugzilla.redhat.com/1758162
- NetworkManager-team teamd
# runc is not in C10S
- runc
1 change: 0 additions & 1 deletion manifests/user-experience.yaml
Original file line number Diff line number Diff line change
@@ -41,7 +41,6 @@ packages:
## checkpoint/restore. https://github.com/coreos/fedora-coreos-tracker/issues/1370
- crun criu criu-libs
- podman
- runc
- skopeo
- toolbox
# passt provides user-mode networking daemons for namespaces