diff options
| author | 2025-02-16 15:35:09 +0100 | |
|---|---|---|
| committer | 2025-02-18 13:08:03 +0000 | |
| commit | 32a5d56825461dafc0e60bd944e295020b28d08e (patch) | |
| tree | a49398f8d1b4770b13641b193c972669f0d25b57 | |
| parent | a442d1b21e1748377c210a4ef49b34c6b3be4e39 (diff) | |
| download | kiwi-descriptions-32a5d56825461dafc0e60bd944e295020b28d08e.tar.gz kiwi-descriptions-32a5d56825461dafc0e60bd944e295020b28d08e.zip | |
naming: rename `minimal` -> `tiny`
This renames the minimal profile to "tiny", it's useful to have a
profile that builds quickly and provides a small artifact. However, the
minimal name mirrors the Fedora Minimal spin name and might confuse
people building images about what they're actually building.
The Tiny descriptions do not replicate the Fedora Minimal spin.
Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
| -rw-r--r-- | teams/base.xml | 6 | ||||
| -rw-r--r-- | tmt/plans/base/tiny-disk.xml (renamed from tmt/plans/base/minimal-disk.fmf) | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/teams/base.xml b/teams/base.xml index cf7da0d..9bda7dc 100644 --- a/teams/base.xml +++ b/teams/base.xml @@ -1,13 +1,13 @@ <image> <profiles> - <profile name="Minimal-Disk" description="Minimal Install Disk"> + <profile name="Tiny-Disk" description="Tiny Install Disk"> <requires profile="BootDiskCore"/> </profile> </profiles> - <packages type="bootstrap" patternType="plusRecommended" profiles="Minimal-Disk"> + <packages type="bootstrap" patternType="plusRecommended" profiles="Tiny-Disk"> <package name="fedora-release"/> </packages> - <packages type="image" patternType="plusRecommended" profiles="Minimal-Disk"> + <packages type="image" patternType="plusRecommended" profiles="Tiny-Disk"> <namedCollection name="core"/> <namedCollection name="standard"/> <namedCollection name="networkmanager-submodules"/> diff --git a/tmt/plans/base/minimal-disk.fmf b/tmt/plans/base/tiny-disk.xml index 4de8bdb..98ee6ed 100644 --- a/tmt/plans/base/minimal-disk.fmf +++ b/tmt/plans/base/tiny-disk.xml @@ -1,9 +1,9 @@ -summary: Build Minimal disk image +summary: Build Tiny disk image discover: how: fmf environment: image_type: oem - image_profile: Minimal-Disk + image_profile: Tiny-Disk kiwi_file: Fedora.kiwi execute: how: tmt |