aboutsummaryrefslogtreecommitdiff
path: root/tests/gnu-maintenance.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-12-12 13:52:02 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-12-15 16:13:07 +0100
commit5ad3b5d786d6999da7bd22b5e4cecf39c22f11f2 (patch)
tree2cfbfc1479ecdaeb46025b7c68a3e970f8553a08 /tests/gnu-maintenance.scm
parent51702785da2baf65d9a635e6f6df8ad0feb1ca2d (diff)
downloadguix-5ad3b5d786d6999da7bd22b5e4cecf39c22f11f2.tar.gz
guix-5ad3b5d786d6999da7bd22b5e4cecf39c22f11f2.zip
gnu: r-spacetime: Update to 1.3-1.
* gnu/packages/cran.scm (r-spacetime): Update to 1.3-1. Change-Id: I1fe54f97452c0dd738c6cfced56c406498de73c4
Diffstat (limited to 'tests/gnu-maintenance.scm')
0 files changed, 0 insertions, 0 deletions
span class='msg-tooltip'>* gnu/bootloader.scm (efi-bootloader-profile): New function. (efi-bootloader-chain): New function. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Stefan 2020-06-08bootloader: Extend `<menu-entry>' for multiboot....* gnu/bootloader.scm (<menu-entry>)[multiboot-kernel,multiboot-arguments, multiboot-modules]: New fields. [linux,initrd]: Add default value '#f'. (menu-entry->sexp, sexp->menu-entry): Support multiboot entry. * doc/guix.texi (Bootloader Configuration): Document them. Jan (janneke) Nieuwenhuizen 2020-05-29bootloader: Add 'disk-image-installer'....* gnu/bootloader.scm (<bootloader>)[disk-image-installer]: New field, (bootloader-disk-image-installer): export it. * gnu/bootloader/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