diskimage-builder/lib
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
..
common-functions Build images using loopdev instead of qemu-nbd. 2013-04-30 08:56:12 -07:00
die Fix copyrights for HP work. 2012-11-15 16:20:32 +13:00
img-defaults Introduce the DIB_ namespace for build-time config. 2013-04-12 09:50:34 +01:00
img-functions Build images using loopdev instead of qemu-nbd. 2013-04-30 08:56:12 -07:00
ramdisk-defaults Always include the in-tree elements directory. 2013-04-08 10:26:44 +12:00
ramdisk-functions Use multiple locations for elements dir. 2013-02-27 10:48:55 +01:00