aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-authenticate.sh
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-10-03 21:40:44 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-10-03 22:09:33 +0200
commitb5ac2e1350e65c8fdf3ded5bfa3286f3728146c4 (patch)
treea027017cb7cb4071925f5ae4def3d4a2f1d54c25 /tests/guix-authenticate.sh
parent1e0db9b9662232210e2d253ec5ec21d3fe9b0b5e (diff)
downloadguix-b5ac2e1350e65c8fdf3ded5bfa3286f3728146c4.tar.gz
guix-b5ac2e1350e65c8fdf3ded5bfa3286f3728146c4.zip
gnu: emacs-yaml: Update to 0.5.4.
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.4.
Diffstat (limited to 'tests/guix-authenticate.sh')
0 files changed, 0 insertions, 0 deletions
/grub.scm (install-grub-disk-image): New procedure ... (grub-bootloader): ... used as "disk-image-installer" here. (grub-efi-bootloader): set "disk-image-installer" to #f. * gnu/system/image.scm (root-partition?, find-root-partition): Move to "Helpers" section. (root-partition-index): New procedure. (system-disk-image): Honor disk-image-installer, and use it to install the bootloader directly on the disk-image, if supported. Mathieu Othacehe