diff options
| author | 2024-05-06 18:19:04 +0200 | |
|---|---|---|
| committer | 2024-05-24 10:40:33 +0200 | |
| commit | 7ddf908a6fbf89b002bbfdffeb38c26810d50cc6 (patch) | |
| tree | a65c29522fcb250150bf07ab924806ff2bf65c13 | |
| parent | 47dd0aa7615d847c06627007873b3d7e09bcd441 (diff) | |
| download | kiwi-descriptions-7ddf908a6fbf89b002bbfdffeb38c26810d50cc6.tar.gz kiwi-descriptions-7ddf908a6fbf89b002bbfdffeb38c26810d50cc6.zip | |
VARIANTS: Use a table to list image variants
This should make the list of avaiable image variants more readable.
| -rw-r--r-- | VARIANTS.md | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/VARIANTS.md b/VARIANTS.md index 5584161..5d49b30 100644 --- a/VARIANTS.md +++ b/VARIANTS.md @@ -1,9 +1,15 @@ ## Image variants -* Base Cloud Edition for clouds (image type: `oem`, image profiles: `Cloud-Base-Generic`/`Cloud-Base-AmazonEC2`/`Cloud-Base-Azure`/`Cloud-Base-GCE`) -* Base Cloud Edition for Vagrant (image type: `oem`, image profiles: `Cloud-Base-Vagrant-libvirt`/`Cloud-Base-Vagrant-VirtualBox`) -* Base Container (image type: `oci`, image profiles `Container-Base-Generic-Minimal`/`Container-Base-Generic`) -* Toolbox Container (image type: `oci`, image profiles `Container-Toolbox`) -* KDE Spin (image type: `iso`, image profiles: `KDE-Live`) -* Workstation Edition (image type: `iso`, image profiles: `Workstation-Live`) - +| Name | Image type | Image profiles | +|--------------------------------|------------|----------------------------------| +| Base Cloud Edition for clouds | `oem` | `Cloud-Base-Generic` | +| | | `Cloud-Base-AmazonEC2` | +| | | `Cloud-Base-Azure` | +| | | `Cloud-Base-GCE` | +| Base Cloud Edition for Vagrant | `oem` | `Cloud-Base-Vagrant-libvirt` | +| | | `Cloud-Base-Vagrant-VirtualBox` | +| Base Container | `oci` | `Container-Base-Generic-Minimal` | +| | | `Container-Base-Generic` | +| Toolbox Container | `oci` | `Container-Toolbox` | +| KDE Spin | `iso` | `KDE-Live` | +| Workstation Edition | `iso` | `Workstation-Live` | |