Files
HoralOS/VARIANTS.md
T
Davide Cavalca 03aacd1818 Add FEX-RootFS definition
Add a new definition for a RootFS to be used by FEX (https://src.fedoraproject.org/rpms/fex-emu). This is based on the upstream manifest (https://github.com/FEX-Emu/RootFS/blob/main/Configs/Fedora_40.json).

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
2024-09-28 15:10:02 -07:00

23 lines
1.5 KiB
Markdown

## Image variants
### 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` |
| 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 Spin | `iso` | `KDE-Desktop-Live` |
| | `oem` | `KDE-Desktop-Disk` |
| KDE Mobile Spin | `iso` | `KDE-Mobile-Live` |
| | `oem` | `KDE-Mobile-Disk` |
| Workstation Edition | `iso` | `Workstation-Live` |