From cd01bc380d086d680e6612ef5946772f00064131 Mon Sep 17 00:00:00 2001 From: Olivier Sallou Date: Tue, 13 Aug 2013 11:45:54 +0200 Subject: [PATCH] add README to plugin --- plugins/convert_image/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/convert_image/README.md diff --git a/plugins/convert_image/README.md b/plugins/convert_image/README.md new file mode 100644 index 0000000..18ba070 --- /dev/null +++ b/plugins/convert_image/README.md @@ -0,0 +1,12 @@ +this plugins helps to convert a raw image to an other format. +Supported formats are the one supported by qemu-img. + +In the plugins section add: + + "convert_image": { + "enabled": true, + "format": "vdi" + } + + +