guix/doc
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
..
images doc: Use "dejavu sans" instead of "Helvetica" or "sans" in dot images. 2024-04-14 10:29:07 +02:00
build.scm nls: Update translations. 2025-12-01 01:56:53 +01:00
contributing.texi doc: Recommend ‘define-deprecated-package’ in the Deprecation Policy. 2025-10-23 19:35:06 +02:00
environment-gdb.scm
fdl-1.3.texi
guix-cookbook.texi doc: Remove unreachable reference from the Cookbook. 2025-12-08 15:34:21 +01:00
guix.texi image: Add qcow2-gpt image type. 2025-12-22 23:00:38 +01:00
he-config-bare-bones.scm home: services: bash: Support setting shell variables. 2025-10-23 19:35:07 +02:00
htmlxref.cnf nls: Update translations. 2025-12-01 01:56:53 +01:00
local.mk nls: Update translations. 2025-12-01 01:56:53 +01:00
package-hello.json import: Do not return package name with json importer. 2024-02-23 19:02:55 +01:00
package-hello.scm