diff options
| author | 2023-10-14 16:30:57 -0400 | |
|---|---|---|
| committer | 2023-10-14 16:30:57 -0400 | |
| commit | 118e70f9dbf2c3b60cad0ddaaec2917e8aa13745 (patch) | |
| tree | d1accb9a4301de56a58535d918a326fc83022275 /README.md | |
| parent | 48c770ad567da391ea5e4441462fa8aed26bbcde (diff) | |
| download | kiwi-descriptions-118e70f9dbf2c3b60cad0ddaaec2917e8aa13745.tar.gz kiwi-descriptions-118e70f9dbf2c3b60cad0ddaaec2917e8aa13745.zip | |
platforms/vagrant: Define Vagrant images for libvirt and VirtualBox
KIWI differentiates between libvirt and VirtualBox based Vagrant
images, especially for the box format, so now we split up the
Vagrant definition accordingly.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ All changes should be made via the PR workflow. * Cloud Edition (image type: `oem`, image profiles: `Cloud-OpenStack`/`Cloud-AmazonEC2`/`Cloud-Azure`/`Cloud-GCE`) * KDE Spin (image type: `iso`, image profiles: `KDE-Live`) -* Vagrant Cloud Edition (image type: `oem`, image profiles: `Vagrant`) +* Vagrant Cloud Edition (image type: `oem`, image profiles: `Vagrant-libvirt`/`Vagrant-VirtualBox`) * Workstation Edition (image type: `iso`, image profiles: `Workstation-Live`) ## Image build quickstart |