aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages.scm
diff options
context:
space:
mode:
authorPaul van der Walt <paul@denknerd.org>2015-07-09 13:53:24 +0200
committerPaul van der Walt <paul@denknerd.org>2015-07-09 18:43:09 +0200
commit5dabdb75cba6e60f75b19b83977531ce1a0ed1e9 (patch)
tree0f9fdfca44d4743699e65dc5f5de92e096e51b1d /gnu/packages.scm
parent3efee6a4eb210e34d29b6715c5a4d897eef28315 (diff)
downloadguix-5dabdb75cba6e60f75b19b83977531ce1a0ed1e9.tar.gz
guix-5dabdb75cba6e60f75b19b83977531ce1a0ed1e9.zip
gnu: libassuan: Update to 2.2.1.
* gnu/packages/gnupg.scm (libassuan): Update to 2.2.1.
Diffstat (limited to 'gnu/packages.scm')
0 files changed, 0 insertions, 0 deletions
g-avail'>...Raw disk-images and ISO9660 images are created in a Qemu virtual machine. This is quite fragile, very slow, and almost unusable without KVM. For all these reasons, add support for host image generation. This implies the use new image generation mechanisms. - Raw disk images: images of partitions are created using tools such as mke2fs and mkdosfs depending on the partition file-system type. The partition images are then assembled into a final image using genimage. - ISO9660 images: the ISO root directory is populated within the store. GNU xorriso is then called on that directory, in the exact same way as this is done in (gnu build vm) module. Those mechanisms are built upon the new (gnu image) module. * gnu/image.scm: New file. * gnu/system/image.scm: New file. * gnu/build/image: New file. * gnu/local.mk: Add them. * gnu/system/vm.scm (system-disk-image): Rename to system-disk-image-in-vm. * gnu/ci.scm (qemu-jobs): Adapt to new API. * gnu/tests/install.scm (run-install): Ditto. * guix/scripts/system.scm (system-derivation-for-action): Ditto. Mathieu Othacehe