debian-forge/assemblers
Ondřej Budai de7227965f assembler/qemu: add support for vhdx format
VHDX is the best format for uploading to AWS, thus this commit adds the
support for it. Pros over other formats supported by AWS:
- vmdk - doesn't work, qemu-img probably needs some special options
- vhd - the image size gets round up (I can get only a >=7GB volume from
  a 6GB image)
- ova - just a wrapper over vmdk/vhd/vhdx adding some metadata
- raw - no compression, the images are huge

Also, the format specification is open, therefore I can't see any issues
with it.
2020-04-14 21:56:30 +02:00
..
org.osbuild.noop Add STAGE_DESC, STAGE_INFO, and STAGE_OPTS to stages 2019-11-13 21:47:03 +01:00
org.osbuild.qemu assembler/qemu: add support for vhdx format 2020-04-14 21:56:30 +02:00
org.osbuild.rawfs assembler/rawfs: fix schema type for 'size' 2020-01-29 18:03:24 +01:00
org.osbuild.tar assemblers/tar: fix compression 2019-12-10 12:07:08 +01:00
osbuild stages/assemblers: symlink the osbulid python library 2019-07-25 21:28:23 +02:00