guix/gnu
Mathieu Othacehe b7b45372e7
image: Add a post-MBR gap to the default image.
The generic 'efi-disk-image' needs to be bootable on systems without EFI. To
do that, GRUB is installed in the post-MBR gap. Make sure that the first
partition starts with an offset, to make this gap large enough for GRUB.

* gnu/system/image.scm (root-offset, root-label): New variables,
(esp-partition): use 'root-offset' as the partition offset,
(root-partition): use 'root-label' as the partition label.
2020-05-29 09:10:27 +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: Add a post-MBR gap to the default image. 2020-05-29 09:10:27 +02:00
tests
artwork.scm
bootloader.scm bootloader: Add 'disk-image-installer'. 2020-05-29 08:37:13 +02:00
ci.scm
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
system.scm
tests.scm