diff --git a/minimal/manifest.yaml b/minimal/manifest.yaml index eff48af..f5a6a1b 100644 --- a/minimal/manifest.yaml +++ b/minimal/manifest.yaml @@ -1,3 +1,6 @@ +metadata: + summary: Effectively just bootc, systemd, kernel, and dnf as a starting point. + edition: "2024" # Be minimal diff --git a/tier-1/manifest.yaml b/tier-1/manifest.yaml index c84117b..499d298 100644 --- a/tier-1/manifest.yaml +++ b/tier-1/manifest.yaml @@ -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 recommends: true diff --git a/tier-x/manifest.yaml b/tier-x/manifest.yaml index e5275d5..0b5d0d3 100644 --- a/tier-x/manifest.yaml +++ b/tier-x/manifest.yaml @@ -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: - ../minimal/manifest.yaml