manifests: Add descriptions
This is generally useful for the same reason dpkg/rpm packages have descriptions. But it's also specifically preparation for the base image builder having a list operation to show available configurations. Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
1c6bb7f917
commit
c5995391b2
|
|
@ -1,3 +1,6 @@
|
||||||
|
metadata:
|
||||||
|
summary: Effectively just bootc, systemd, kernel, and dnf as a starting point.
|
||||||
|
|
||||||
edition: "2024"
|
edition: "2024"
|
||||||
|
|
||||||
# Be minimal
|
# Be minimal
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
metadata:
|
||||||
|
summary: |
|
||||||
|
A relatively full, but still generic base image. Roughly
|
||||||
|
similar to a headless server installation. Automatic updates
|
||||||
|
are on by default.
|
||||||
|
|
||||||
# Flip this back on, we're going to be a larger system
|
# Flip this back on, we're going to be a larger system
|
||||||
recommends: true
|
recommends: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
metadata:
|
||||||
|
summary: |
|
||||||
|
A relatively full, but still generic base image. Roughly
|
||||||
|
similar to a smaller Fedora CoreOS. Includes NetworkManager,
|
||||||
|
openssh, various CLI tools, etc.
|
||||||
|
|
||||||
|
Automatic updates are not on by default.
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- ../minimal/manifest.yaml
|
- ../minimal/manifest.yaml
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue