Add Minimal disk image
This is an example that can be used for creating small disk images to verify that the basics work.
This commit is contained in:
parent
1f35331b84
commit
a74ebe5098
@ -34,6 +34,7 @@
|
||||
<include from="this://./components/desktops/cosmic.xml"/>
|
||||
<include from="this://./components/liveinstall.xml"/>
|
||||
<include from="this://./components/users.xml"/>
|
||||
<include from="this://./teams/base.xml"/>
|
||||
<include from="this://./teams/cloud/cloud.xml"/>
|
||||
<include from="this://./teams/cloud/container.xml"/>
|
||||
<include from="this://./teams/cloud/vagrant.xml"/>
|
||||
|
17
teams/base.xml
Normal file
17
teams/base.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<image>
|
||||
<profiles>
|
||||
<profile name="Minimal-Disk" description="Minimal Install Disk">
|
||||
<requires profile="BootDiskCore"/>
|
||||
</profile>
|
||||
</profiles>
|
||||
<packages type="bootstrap" patternType="plusRecommended" profiles="Minimal-Disk">
|
||||
<package name="fedora-release"/>
|
||||
</packages>
|
||||
<packages type="image" patternType="plusRecommended" profiles="Minimal-Disk">
|
||||
<namedCollection name="core"/>
|
||||
<namedCollection name="standard"/>
|
||||
<namedCollection name="networkmanager-submodules"/>
|
||||
<package name="initial-setup"/>
|
||||
<ignore name="initial-setup-gui"/>
|
||||
</packages>
|
||||
</image>
|
9
tmt/plans/base/minimal-disk.fmf
Normal file
9
tmt/plans/base/minimal-disk.fmf
Normal file
@ -0,0 +1,9 @@
|
||||
summary: Build Minimal disk image
|
||||
discover:
|
||||
how: fmf
|
||||
environment:
|
||||
image_type: oem
|
||||
image_profile: Minimal-Disk
|
||||
kiwi_file: Fedora.kiwi
|
||||
execute:
|
||||
how: tmt
|
Loading…
x
Reference in New Issue
Block a user