guix/gnu/system
Mathieu Othacehe 6bd17a0806
image: Do not allow BIOS bootloader and GPT.
When using grub-bootloader with a GPT image, GRUB will fail during
installation with a cryptic error message.

* gnu/system/image.scm (system-disk-image): Raise an error when trying to use
a non-EFI compatible bootloader with a GPT image partitioning.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-09-20 09:38:40 +02:00
..
examples system: vm-image: Remove duplicate packages. 2023-09-11 10:56:03 +03:00
images system: images: Add unmatched module. 2023-06-14 14:52:21 +03:00
accounts.scm gnu: system: Add home-directory-permissions field to <user-account>. 2023-08-25 15:12:54 +02:00
file-systems.scm gnu: file-systems: Add variable %base-live-file-systems. 2023-09-17 15:31:04 +02:00
hurd.scm system: hurd: Override locale-libcs harder. 2023-09-16 15:35:25 +02:00
image.scm image: Do not allow BIOS bootloader and GPT. 2023-09-20 09:38:40 +02:00
install.scm gnu: file-systems: Add variable %base-live-file-systems. 2023-09-17 15:31:04 +02:00
keyboard.scm
linux-container.scm linux-container: Pass '--disable-chroot' to 'guix-daemon'. 2023-06-24 16:13:05 +02:00
linux-initrd.scm
locale.scm locale: Set %default-locale-definitions to glibc/hurd on the Hurd. 2023-09-16 15:35:25 +02:00
mapped-devices.scm
nss.scm
pam.scm
setuid.scm
shadow.scm
uuid.scm uuid: Fix NTFS UUID stringification. 2023-06-18 02:00:10 +02:00
vm.scm