diskimage-builder/elements/vm
Robert Collins cb62bae9b8 Build images using loopdev instead of qemu-nbd.
Qemu-nbd does not perform well with older versions of qemu due to
the lack of writeback caching mode. It also only builds qcow2 images
and there is a desire for raw image support. Finally, qemu-nbd makes
it very difficult to build images concurrently due to the somewhat
opaque nature of how it selects a /dev/nbd# device. losetup, on
the other hand, makes this process very straight forward.

Change-Id: I309fad8af4fd1e8d1720c17b65e1897a76d5e897
Co-Author: Clint Byrum <clint@fewbar.com>
2013-04-30 08:56:12 -07:00
..
block-device.d Build images using loopdev instead of qemu-nbd. 2013-04-30 08:56:12 -07:00
finalise.d Build images using loopdev instead of qemu-nbd. 2013-04-30 08:56:12 -07:00
README.md New element that uses a fedora cloud image as the base. 2013-02-15 09:33:29 +13:00

README.md

Sets up a partitioned disk (rather than building just one filesystem with no partition table).

The disk will have grub[2]-install run on it, and that assumes a functional grub[2] setup.