diff options
| author | 2025-02-16 15:35:09 +0100 | |
|---|---|---|
| committer | 2025-02-18 13:08:03 +0000 | |
| commit | 32a5d56825461dafc0e60bd944e295020b28d08e (patch) | |
| tree | a49398f8d1b4770b13641b193c972669f0d25b57 /tmt/plans | |
| 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>
Diffstat (limited to 'tmt/plans')
| -rw-r--r-- | tmt/plans/base/tiny-disk.xml (renamed from tmt/plans/base/minimal-disk.fmf) | 4 |
1 files changed, 2 insertions, 2 deletions
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 |