Skip to content

Commit

Permalink
manifests: Merge EL9 manifests and overlays
Browse files Browse the repository at this point in the history
Now that we only have RHCOS based on RHEL 9 and SCOS based on C9S, we
can merge the manifests again.
  • Loading branch information
travier committed Jun 5, 2023
1 parent f204425 commit 0dd1104
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 21 deletions.
1 change: 0 additions & 1 deletion manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ include:
- networking-tools.yaml
- user-experience.yaml
- shared-workarounds.yaml
- shared-el9.yaml

ostree-layers:
- overlay/05core
Expand Down
9 changes: 0 additions & 9 deletions manifests/shared-el9.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions manifests/system-configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ packages:
# Boost starving threads
# https://github.com/coreos/fedora-coreos-tracker/issues/753
- stalld
# Ignition aware SSH key management
- ssh-key-dir

postprocess:
# Mask systemd-repart. Ignition is responsible for partition setup on first
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# Compress initrd with zstd. dracut defaults to -15, but we want the
# maximum reasonable compression, so override the command line to use
# dracut's defaults along with -19.
#
# We can't use this in RHCOS 8 because the kernel doesn't enable
# CONFIG_RD_ZSTD.

compress="zstd -19 -q -T0"
2 changes: 0 additions & 2 deletions overlay.d/06el9/statoverride

This file was deleted.

6 changes: 1 addition & 5 deletions overlay.d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ longer the case).

This overlay matches `fedora-coreos-base.yaml`; core Ignition+ostree bits.

06el9
-----

This overlay includes content shared between FCOS and RHCOS/SCOS 9, but not
RHCOS 8.
This overlay is shared with RHCOS/SCOS 9.

08nouveau
---------
Expand Down

0 comments on commit 0dd1104

Please sign in to comment.