diskimage-builder/bin
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
..
dib-run-parts Enable running disk-image-create on SUSE Linux 2013-07-24 20:16:31 +10:00
disk-image-create Combine compress and save image into one function 2013-08-28 10:51:40 +00:00
disk-image-get-kernel Modify relative paths of lib, elements for packaging 2013-07-31 13:15:33 +12:00
diskimage_builder Add a simple implementation of element dependency 2013-01-23 16:04:20 -08:00
element-info Add a simple implementation of element dependency 2013-01-23 16:04:20 -08:00
ramdisk-image-create Build ramdisks in an image chroot. 2013-07-12 11:09:35 +01:00