mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
add README to plugin
This commit is contained in:
parent
f6ce50d4f6
commit
cd01bc380d
1 changed files with 12 additions and 0 deletions
12
plugins/convert_image/README.md
Normal file
12
plugins/convert_image/README.md
Normal file
|
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue