parent
71bcb0df37
commit
380886b80a
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
include:
|
include:
|
||||||
- c9s-base.yaml
|
- c9s-base.yaml
|
||||||
- oscore/kernel-rt.yaml
|
- tier-1/kernel-rt.yaml
|
||||||
|
|
|
||||||
2
c9s.yaml
2
c9s.yaml
|
|
@ -1,4 +1,4 @@
|
||||||
include:
|
include:
|
||||||
- c9s-base.yaml
|
- c9s-base.yaml
|
||||||
- oscore/kernel.yaml
|
- tier-1/kernel.yaml
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue