diskimage-builder/lib
Ghe Rivero dbfca7a816 Combine compress and save image into one function
When compressing an image, this is done in the same dir where the raw
image resides, doubling the amount of space needed (scarce when
using tmpfs), and then it's moved to the .cache folder in disk.

Combining these two functions, we reduce the amount of space needed
in the tmpfs partition (when in use), and the compressed image is
created directly on the .cache folder disk, so there is no need to
move the compressed image after the process into disk.

Change-Id: I451d24bdd6fa0983414244135dff5e96c0549833
2013-08-28 10:51:40 +00:00
..
common-defaults Merge "Enable running disk-image-create on SUSE Linux" 2013-08-01 00:36:36 +00:00
common-functions Remove a device mapping, then let the loop device get removed 2013-08-20 16:58:25 -04:00
die Fix copyrights for HP work. 2012-11-15 16:20:32 +13:00
img-defaults Use ccache to cache all compiles between builds. 2013-07-09 18:18:19 -07:00
img-functions Combine compress and save image into one function 2013-08-28 10:51:40 +00:00
ramdisk-defaults Build ramdisks in an image chroot. 2013-07-12 11:09:35 +01:00
ramdisk-functions Merge "Add needed symlink for Fedora deployment ramdisk." 2013-07-28 19:58:59 +00:00