guix_mirror_bot pushed a change to branch master
in repository guix.
from 0270c2624a gnu: woof-doom: Update to 15.3.0.
add 2576c66e47 image: operating-system-for-image: Support AArch64 iso.
add 20157dae27 image: Add qcow2-gpt image type.
add efc32c6684 image: Add /boot/efi filesystem if operating-system
specifies it.
add 5623e63313 system: installation-os: Support efi-only.
add 0801604990 gnu: make-iso9660-image: Do not compress any kernel,
compress man pages.
add 9e7e40b8bd services: xorg: Return only supported packages in
%default-xorg-modules.
add b7a1223052 system: vm-image-efi.tmpl: Add example efi vm image.
add 8ba84edf99 linux-initrd: Support more virtio modules in initrd.
add 86a6006f41 Split release Makefile target to two.
add d226cc4933 image: system-iso9660-image: Propagate image-name to
derivation name.
add 105dbf7dee vm-image.tmpl: Remove current-guix url override.
add e2857e21fa system: install: Remove current-guix url override.
add ab63e29e90 installer: Drop uri from provenance log.
add 2d4ed08662 etc: release: Switch to Guile declaration of artifacts.
add d339785a0f gnu: guix: Update to 1.5.0rc1.
new addca6dba4 Merge branch 'version-1.5.0'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 74 ++--
doc/guix.texi | 17 +-
etc/manifests/cross-compile.scm | 14 +-
etc/teams/release/artifacts-manifest.scm | 412 +++++++++++++++++++++
.../teams/release/artifacts.scm | 14 +-
gnu/build/image.scm | 6 +-
gnu/installer.scm | 13 +-
gnu/packages/package-management.scm | 15 +-
gnu/services/xorg.scm | 50 ++-
.../examples/{vm-image.tmpl => vm-image-efi.tmpl} | 51 ++-
gnu/system/examples/vm-image.tmpl | 19 +-
gnu/system/image.scm | 85 ++++-
gnu/system/install.scm | 123 +++---
gnu/system/linux-initrd.scm | 2 +-
14 files changed, 687 insertions(+), 208 deletions(-)
create mode 100644 etc/teams/release/artifacts-manifest.scm
copy build-aux/convert-xref.scm => etc/teams/release/artifacts.scm (68%)
copy gnu/system/examples/{vm-image.tmpl => vm-image-efi.tmpl} (76%)