mirror of
https://github.com/t2linux/fedora-kiwi-descriptions.git
synced 2026-08-16 05:18:46 -07:00
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:
+3
-3
@@ -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
|
||||
Reference in New Issue
Block a user