Merge branch 'rework-tiers' into 'main'

A few renames; oscore -> tier-1

See merge request cgwalters-playground/bootc-demo-base-images!12
This commit is contained in:
Colin Walters 2023-09-14 14:20:10 +00:00
commit 6b4261b877
20 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@ via `rpm-ostree compose image`.
## What's in them? ## What's in them?
The [current manifest definitions](oscore/) were forked from Fedora CoreOS, but significantly The [current manifest definitions](tier-1/) were forked from Fedora CoreOS, but significantly
cut down. cut down.
The existing content set is obviously subject to change and debate. The existing content set is obviously subject to change and debate.

View File

@ -5,9 +5,9 @@ repos:
- appstream - appstream
metadata: metadata:
name: c9s-oscore name: c9s-boot-tier1
summary: CentOS 9 OSCore summary: CentOS 9 Bootable Tier 1
include: include:
- oscore/manifest.yaml - tier-1/manifest.yaml

View File

@ -1,3 +1,3 @@
include: include:
- c9s-base.yaml - c9s-base.yaml
- oscore/kernel-rt.yaml - tier-1/kernel-rt.yaml

View File

@ -1,4 +1,4 @@
include: include:
- c9s-base.yaml - c9s-base.yaml
- oscore/kernel.yaml - tier-1/kernel.yaml

View File

@ -5,12 +5,12 @@ repos:
- fedora-updates - fedora-updates
metadata: metadata:
name: fedora-oscore name: fedora-boot-tier1
summary: Fedora OSCore summary: Fedora Bootable Tier 1
include: include:
- oscore/manifest.yaml - tier-1/manifest.yaml
- oscore/kernel.yaml - tier-1/kernel.yaml
packages: packages:
# Storage; it's used in Fedora workstation for example, so we will enable it here. # Storage; it's used in Fedora workstation for example, so we will enable it here.