Mathieu Othacehe e3f0155c41
image: Do not use VM to create disk-images.
Now that installing Grub on raw disk-images is supported, we do not need to
rely on (gnu system vm) module.

* gnu/system/image.scm (make-system-image): Rename to ...
(system-image): ... this, and remove the compatibility wrapper.
(find-image): Turn to a monadic procedure. This will become useful when
introducing Hurd support, to be able to detect the target system.
* gnu/ci.scm (qemu-jobs): Use lower-object now that system-image returns a
file-like object.
* gnu/tests/install.scm (run-install): Ditto.
* guix/scripts/system.scm (system-derivation-for-action): Add a 'base-image'
argument,
(perform-action): adapt accordingly.
2020-05-29 09:12:11 +02:00
..
2017-08-13 07:36:32 +01:00
2020-03-02 23:39:44 +01:00
2019-09-25 08:35:33 +01:00
2019-03-20 20:31:15 +01:00
2018-12-24 11:18:36 +02:00
2020-03-25 14:17:24 +01:00
2020-03-16 14:05:52 +01:00