aboutsummaryrefslogtreecommitdiff
path: root/srfi
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-09-17 17:07:38 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-09-17 17:14:12 +0200
commit6b192837e0be3f2ef831c74f7edeec6f19dc9c91 (patch)
tree73bebb6908e4b53191a99df24148551b35c24663 /srfi
parent273027da47a920caab43f61f93fb3e44d8cc6252 (diff)
downloadguix-6b192837e0be3f2ef831c74f7edeec6f19dc9c91.tar.gz
guix-6b192837e0be3f2ef831c74f7edeec6f19dc9c91.zip
gnu: xf86-input-libinput: Update to 0.26.0.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.26.0.
Diffstat (limited to 'srfi')
0 files changed, 0 insertions, 0 deletions
an>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