diff options
| author | 2025-01-22 12:07:18 -0500 | |
|---|---|---|
| committer | 2025-01-22 19:58:08 +0000 | |
| commit | a74ebe5098ac7e475e11f7615776c9a463330b70 (patch) | |
| tree | 5316a3de37c1575c46e46defa8e85c4d3747a438 /tmt | |
| parent | 1f35331b84bd7e5d3d71e98479a735bb325a2979 (diff) | |
| download | kiwi-descriptions-a74ebe5098ac7e475e11f7615776c9a463330b70.tar.gz kiwi-descriptions-a74ebe5098ac7e475e11f7615776c9a463330b70.zip | |
Add Minimal disk image
This is an example that can be used for creating small disk images
to verify that the basics work.
Diffstat (limited to 'tmt')
| -rw-r--r-- | tmt/plans/base/minimal-disk.fmf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tmt/plans/base/minimal-disk.fmf b/tmt/plans/base/minimal-disk.fmf new file mode 100644 index 0000000..4de8bdb --- /dev/null +++ b/tmt/plans/base/minimal-disk.fmf @@ -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 |