A few renames; oscore -> tier-1

Prep for multiple tiers.
This commit is contained in:
Colin Walters 2023-09-13 17:45:16 -04:00
parent 71bcb0df37
commit 380886b80a
20 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@ via `rpm-ostree compose image`.
## 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.
The existing content set is obviously subject to change and debate.

View File

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

View File

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

View File

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

View File

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