aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-02-02 18:42:30 +0100
committerLudovic Courtès <ludo@gnu.org>2022-02-02 18:43:08 +0100
commit9408a4edcb3fd44691f543b1fcceb90a26b71f4c (patch)
tree47b20d1d776a0c448e094397bb1c4214aed28f9c /TODO
parent5c13484646069064c834bbd3cd02c3bc80d94cb6 (diff)
downloadguix-9408a4edcb3fd44691f543b1fcceb90a26b71f4c.tar.gz
guix-9408a4edcb3fd44691f543b1fcceb90a26b71f4c.zip
news: Add entry about 'guix deploy -x'.
* etc/news.scm: Add entry.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions
class='msg-tooltip'>* gnu/bootloader.scm (efi-bootloader-profile): Allow multiple HOOKS. (efi-bootloader-chain): Allow multiple HOOKS. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> 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