guix/gnu
Rutherther 20157dae27
image: Add qcow2-gpt image type.
qcow2 is a mbr-hybrid image. But on aarch64, we
have to use grub-efi bootloader. For that bootloader,
gpt should be used and Guix errors if it isn't (due to
failed check in Guix code). So it's impossible to generate
qcow2 type aarch64 image without using customized bootloader.
One would have to define their own image instead of using
the ones pre-defined.

* gnu/system/system.scm (qcow2-gpt-image-type): New variable.
* doc/guix.texi: Document qcow2-gpt and its use.

Change-Id: I93f0880c7ca2d3f934067c12dd1143ad20828333
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2025-12-22 23:00:38 +01:00
..
bootloader
build build: Make /etc/hosts a regular file again. 2025-12-22 10:46:52 +09:00
home Update Giacomo's email address. 2025-12-03 14:38:09 +09:00
installer
machine
packages etc: Add AppArmor profile for the daemon. 2025-12-22 22:48:57 +01:00
services services: Modernize redis service. 2025-12-22 15:42:39 +01:00
system image: Add qcow2-gpt image type. 2025-12-22 23:00:38 +01:00
tests services: nscd: Cause PID 1 to drop nscd database mappings on shutdown. 2025-12-19 00:05:43 +01:00
artwork.scm
bootloader.scm
ci.scm
compression.scm
home.scm
image.scm
installer.scm
local.mk gnu: dvdbackup: Fix build with libdvdread 6.1.0+. 2025-12-20 10:24:55 -08:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm