mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
13 lines
282 B
Markdown
13 lines
282 B
Markdown
![]() |
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"
|
||
|
}
|
||
|
|
||
|
|
||
|
|