From 118e70f9dbf2c3b60cad0ddaaec2917e8aa13745 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 14 Oct 2023 16:30:57 -0400 Subject: [PATCH] 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. --- README.md | 2 +- platforms/vagrant.xml | 37 ++++++++++++++++++++++++++++++++----- 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6fd7c65..e0f8ff5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/platforms/vagrant.xml b/platforms/vagrant.xml index 602f82f..5dc45bf 100644 --- a/platforms/vagrant.xml +++ b/platforms/vagrant.xml @@ -1,13 +1,20 @@ - + + + + + + + - + 5 + @@ -18,20 +25,40 @@ - + + + + 5 + + + + + + + + false + + + + - + + + - + + + +