[DRE-commits] [vagrant-libvirt] 11/67: Mention vagrant-mutate
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Apr 24 13:56:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to annotated tag 0.0.14
in repository vagrant-libvirt.
commit 1e35123584ed379560cfc5ccc8ad1aaab5bfd8f7
Author: Brian Pitts <brian at polibyte.com>
Date: Thu Nov 21 11:05:38 2013 -0600
Mention vagrant-mutate
---
README.md | 1 +
example_box/README.md | 6 ++++++
2 files changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 178a93d..bda1675 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ welcome and can help a lot :-)
* Provision domains with any built-in Vagrant provisioner.
* Synced folder support via `rsync` or `nfs`.
* 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
diff --git a/example_box/README.md b/example_box/README.md
index 50b519e..3210ac0 100644
--- a/example_box/README.md
+++ b/example_box/README.md
@@ -21,3 +21,9 @@ Libvirt box should define at least three data fields in `metadata.json` file.
* format - Currently supported format is qcow2.
* 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git
More information about the Pkg-ruby-extras-commits
mailing list