aboutsummaryrefslogtreecommitdiff
path: root/teams/base.xml
diff options
from:
to:
context:
space:
mode:
authorGravatar Simon de Vlieger <supakeen@redhat.com> 2025-02-16 15:35:09 +0100
committerGravatar ngompa <ngompa13@gmail.com> 2025-02-18 13:08:03 +0000
commit32a5d56825461dafc0e60bd944e295020b28d08e (patch)
treea49398f8d1b4770b13641b193c972669f0d25b57 /teams/base.xml
parenta442d1b21e1748377c210a4ef49b34c6b3be4e39 (diff)
downloadkiwi-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 'teams/base.xml')
-rw-r--r--teams/base.xml6
1 files changed, 3 insertions, 3 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"/>