aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorHerman Rimm <herman_rimm@protonmail.com>2023-10-15 15:33:24 +0000
committerEfraim Flashner <efraim@flashner.co.il>2023-10-23 09:29:37 +0300
commit54e88d8da5ee1c0591b106b63e1c9437967ab52c (patch)
treef0c2f6565c94c84723dc8de01b5ed1c3254d99a7 /build-aux
parent56742f79c0d41e7a642154d9f04b9a344c47a6dc (diff)
downloadguix-54e88d8da5ee1c0591b106b63e1c9437967ab52c.tar.gz
guix-54e88d8da5ee1c0591b106b63e1c9437967ab52c.zip
gnu: Add rust-1.73.
* gnu/packages/rust.scm (rust-1.73): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I97ab62112cd9386427d3cf8f9f6e1700492966b1
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions
g> Stefan 2020-11-16gnu: bootloader: Support chain loading to an EFI bootloader....* 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