me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
guix/gnu
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
..
bootloader bootloader: grub: Use inheritance to define grub-minimal-bootloader. 2020-05-29 08:40:03 +02:00
build image: Use grub-efi to install the EFI bootloader. 2020-05-29 08:43:20 +02:00
installer
machine
packages gnu: openssh: Update to 8.3p1. 2020-05-29 08:32:03 +02:00
services services: Fix permissions of directory /var/spool/cups/tmp. 2020-05-26 16:03:56 +02:00
system image: Do not use VM to create disk-images. 2020-05-29 09:12:11 +02:00
tests image: Do not use VM to create disk-images. 2020-05-29 09:12:11 +02:00
artwork.scm
bootloader.scm bootloader: Add 'disk-image-installer'. 2020-05-29 08:37:13 +02:00
ci.scm image: Do not use VM to create disk-images. 2020-05-29 09:12:11 +02:00
image.scm image: Add partition file-system options support. 2020-05-26 17:16:42 +02:00
installer.scm
local.mk gnu: Transmission: Fix CVE-2018-10756. 2020-05-28 11:11:05 -04:00
machine.scm
packages.scm
services.scm services: system: Initial entries are non-monadic. 2020-04-26 22:49:49 +02:00
system.scm bootloader: grub: Allow booting from a Btrfs subvolume. 2020-05-20 08:30:35 -04:00
tests.scm