diff options
| author | 2023-10-14 15:30:02 -0400 | |
|---|---|---|
| committer | 2023-10-14 15:30:02 -0400 | |
| commit | c2b96f2c80e4ddb8f9253f1b00ad59e7f2d94030 (patch) | |
| tree | 553be9dd900d0620f4ea92e7bbc1d42c4dec9fd0 | |
| parent | 838cd9b2eef8e210a46a51b0cd77dfee5d595635 (diff) | |
| download | kiwi-descriptions-c2b96f2c80e4ddb8f9253f1b00ad59e7f2d94030.tar.gz kiwi-descriptions-c2b96f2c80e4ddb8f9253f1b00ad59e7f2d94030.zip | |
README: Enumerate all available image variants in alphabetical order
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,8 +9,9 @@ All changes should be made via the PR workflow. ## Image variants * Cloud Edition (image type: `oem`, image profiles: `Cloud-OpenStack`/`Cloud-AmazonEC2`/`Cloud-Azure`/`Cloud-GCE`) -* Workstation Edition (image type: `iso`, image profiles: `Workstation-Live`) * KDE Spin (image type: `iso`, image profiles: `KDE-Live`) +* Vagrant Cloud Edition (image type: `oem`, image profiles: `Vagrant`) +* Workstation Edition (image type: `iso`, image profiles: `Workstation-Live`) ## Image build quickstart |