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" + } + + +