guix/gnu
Mathieu Othacehe f19cf27c2b
image: Add a new API.
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.
2020-05-05 16:13:53 +02:00
..
bootloader
build image: Add a new API. 2020-05-05 16:13:53 +02:00
installer
machine
packages gnu: Add sequoia. 2020-05-05 13:20:46 +02:00
services gnu: Add AutoSSH service. 2020-05-05 15:32:40 +03:00
system image: Add a new API. 2020-05-05 16:13:53 +02:00
tests image: Add a new API. 2020-05-05 16:13:53 +02:00
artwork.scm
bootloader.scm
ci.scm image: Add a new API. 2020-05-05 16:13:53 +02:00
image.scm image: Add a new API. 2020-05-05 16:13:53 +02:00
installer.scm
local.mk image: Add a new API. 2020-05-05 16:13:53 +02:00
machine.scm
packages.scm
services.scm
system.scm system: vm: Move operating-system-uuid. 2020-05-05 16:08:32 +02:00
tests.scm