Displaying 2 results from an estimated 2 matches for "mydiskimage".
Did you mean:
mkdiskimage
2016 Oct 20
2
libguestfs and exporting to OVA/OVF
...in the libguestfs umbrella ?
My aim is too have a free toolchain to build VirtualBox images for
Debian (for Vagrant to be more exact, see
https://wiki.debian.org/Teams/Cloud/VagrantBaseBoxes)
Interface for such a tool would be something like
disk2ova --memory 2G --controller sata --network E1000
myDiskImage.{raw,qcow2}
based on the command line switches, a XML ovf would be created and
packed with the disk image in a OVA file.
There is some python code around which does that, for example the ganeti
export code and imagefactory
https://github.com/redhat-imaging/imagefactory/blob/master/imagefactory_p...
2016 Oct 21
0
Re: libguestfs and exporting to OVA/OVF
...m is too have a free toolchain to build VirtualBox images for
> Debian (for Vagrant to be more exact, see
> https://wiki.debian.org/Teams/Cloud/VagrantBaseBoxes)
>
> Interface for such a tool would be something like
>
> disk2ova --memory 2G --controller sata --network E1000
> myDiskImage.{raw,qcow2}
>
> based on the command line switches, a XML ovf would be created and
> packed with the disk image in a OVA file.
>
> There is some python code around which does that, for example the ganeti
> export code and imagefactory
>
> https://github.com/redhat-imaging...