Diffstat (limited to 'VARIANTS.md')
| -rw-r--r-- | VARIANTS.md | 44 |
1 files changed, 38 insertions, 6 deletions
diff --git a/VARIANTS.md b/VARIANTS.md index 5584161..5056dbe 100644 --- a/VARIANTS.md +++ b/VARIANTS.md @@ -1,9 +1,41 @@ ## 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`) +### For the `Fedora.kiwi` kiwi file +| 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` | +| Server Edition as a VM guest | `oem` | `Server-Guest-Generic` | +| Server Edition as a hypervisor | `oem` | `Server-Host-Generic` | +| Base Container | `oci` | `Container-Base-Generic-Init` | +| | | `Container-Base-Generic-Minimal` | +| | | `Container-Base-Generic` | +| Toolbox Container | `oci` | `Container-Toolbox` | +| RootFS for FEX | `erofs` | `FEX-RootFS` | +| KDE Plasma Desktop Edition | `iso` | `KDE-Desktop-Live` | +| | `oem` | `KDE-Desktop-Disk` | +| KDE Plasma Mobile Spin | `iso` | `KDE-Mobile-Live` | +| | `oem` | `KDE-Mobile-Disk` | +| Workstation Edition | `iso` | `Workstation-Live` | +| | `oem` | `Workstation-Disk` | +| LXQt Spin | `iso` | `LXQt-Live` | +| | `oem` | `LXQt-Disk` | +| Xfce Spin | `iso` | `Xfce-Live` | +| | `oem` | `Xfce-Disk` | +| Budgie Spin | `iso` | `Budgie-Live` | +| | `oem` | `Budgie-Disk` | +| MiracleWM Spin | `iso` | `MiracleWM-Live` | +| | `oem` | `MiracleWM-Disk` | +| COSMIC Spin | `iso` | `COSMIC-Live` | +| | `oem` | `COSMIC-Disk` | +| Python Classroom Lab | `iso` | `Python-Classroom-Live` | +| | `oem` | `Python-Classroom-Disk` | +| | `oem` | `Python-Classroom-Vagrant-libvirt` | +| | `oem` | `Python-Classroom-Vagrant-VirtualBox` | +| Phosh Spin | `iso` | `Phosh-Desktop-Live` | +| | `oem` | `Phosh-Desktop-Disk` | |