From 5b102cfa3420e85596d4f83f7daa295f4fc40597 Mon Sep 17 00:00:00 2001 From: dima Date: Thu, 9 Apr 2015 08:24:42 +0200 Subject: [PATCH] add short description for box creation script --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6b4ba79..cc0b11b 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,14 @@ The box is a tarball containing: * `metadata.json` file describing box image (provider, virtual_size, format). * `Vagrantfile` that does default settings for the provider-specific configuration for this provider. +## Create Box +This script creates a vagrant-libvirt box from a qcow2 file: + +Usage: + +```create_box.sh ubuntu14.qcow2``` +Used Packer to create the qcow2 images, templates available at https://github.com/jakobadam/packer-qemu-templates + ## Development To work on the `vagrant-libvirt` plugin, clone this repository out, and use