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>
This commit is contained in:
Simon de Vlieger
2025-02-18 13:08:03 +00:00
committed by ngompa
parent a442d1b21e
commit 32a5d56825
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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"/>
@@ -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