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>
18 lines
566 B
XML
18 lines
566 B
XML
<image>
|
|
<profiles>
|
|
<profile name="Tiny-Disk" description="Tiny Install Disk">
|
|
<requires profile="BootDiskCore"/>
|
|
</profile>
|
|
</profiles>
|
|
<packages type="bootstrap" patternType="plusRecommended" profiles="Tiny-Disk">
|
|
<package name="fedora-release"/>
|
|
</packages>
|
|
<packages type="image" patternType="plusRecommended" profiles="Tiny-Disk">
|
|
<namedCollection name="core"/>
|
|
<namedCollection name="standard"/>
|
|
<namedCollection name="networkmanager-submodules"/>
|
|
<package name="initial-setup"/>
|
|
<ignore name="initial-setup-gui"/>
|
|
</packages>
|
|
</image>
|