Mention vagrant-mutate

This commit is contained in:
Brian Pitts
2013-11-21 11:05:38 -06:00
parent eace91e741
commit 1e35123584
2 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ welcome and can help a lot :-)
* Provision domains with any built-in Vagrant provisioner. * Provision domains with any built-in Vagrant provisioner.
* Synced folder support via `rsync` or `nfs`. * Synced folder support via `rsync` or `nfs`.
* Snapshots via [sahara](https://github.com/jedi4ever/sahara) * Snapshots via [sahara](https://github.com/jedi4ever/sahara)
* Use boxes from other Vagrant providers via [vagrant-mutate](https://github.com/sciurus/vagrant-mutate)
## Future work ## Future work

View File

@@ -21,3 +21,9 @@ Libvirt box should define at least three data fields in `metadata.json` file.
* format - Currently supported format is qcow2. * format - Currently supported format is qcow2.
* virtual_size - Virtual size of image in GBytes. * virtual_size - Virtual size of image in GBytes.
## Converting Boxes
Instead of creating a box from scratch, you can use
[vagrant-mutate](https://github.com/sciurus/vagrant-mutate)
to take boxes created for other Vagrant providers and use them
with vagrant-libvirt.