aboutsummaryrefslogtreecommitdiff
path: root/gnu.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-14 00:04:59 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-14 00:18:16 +0100
commit4a699769fd73a2ad5b292d16d2c2b68ad5a97363 (patch)
tree903a852d0ac4d651cb63b4ebe081c658b29b81d7 /gnu.scm
parenta135b3ddfefeb8b4cb11f09a4234ac420dbb4543 (diff)
downloadguix-4a699769fd73a2ad5b292d16d2c2b68ad5a97363.tar.gz
guix-4a699769fd73a2ad5b292d16d2c2b68ad5a97363.zip
gnu: youtube-dl: Update to 2017.12.14.
* gnu/packages/video.scm (youtube-dl): Update to 2017.12.14.
Diffstat (limited to 'gnu.scm')
0 files changed, 0 insertions, 0 deletions
03:03 +0100'>2020-11-17gnu: bootloader: efi-bootloader-chain: Allow multiple HOOKS.Stefan * gnu/bootloader.scm (efi-bootloader-profile): Allow multiple HOOKS. (efi-bootloader-chain): Allow multiple HOOKS. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> 2020-11-16gnu: bootloader: Support chain loading to an EFI bootloader.Stefan * gnu/bootloader.scm (efi-bootloader-profile): New function. (efi-bootloader-chain): New function. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> 2020-06-08bootloader: Extend `<menu-entry>' for multiboot.Jan (janneke) Nieuwenhuizen * 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. 2020-05-29bootloader: Add 'disk-image-installer'.Mathieu Othacehe * 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. 2019-08-30system: Add 'bootloader-menu-entries' field to <boot-parameters>.Ludovic Courtès This allows us to keep track of the extra menu entries specified in the OS configuration. * gnu/system.scm (<boot-parameters>)[bootloader-menu-entries]: New field. (read-boot-parameters): Initialize it. (operating-system-boot-parameters): Likewise. (operating-system-boot-parameters-file): Serialize it. * gnu/bootloader.scm (menu-entry->sexp, sexp->menu-entry): New procedures. 2019-08-30bootloader: Fix comment about 'menu-entries'.Ludovic Courtès * gnu/bootloader.scm (<bootloader-configuration>)[menu-entries]: Fix margin comment. 2019-03-24bootloader: Add a 'keyboard-layout' field.Ludovic Courtès * gnu/bootloader/grub.scm (keyboard-layout-file): New procedure. (grub-configuration-file)[keyboard-layout-file]: New variable. [builder]: Use it. * gnu/bootloader.scm (<bootloader-configuration>)[keyboard-layout]: New field. * doc/guix.texi (Bootloader Configuration): Document it. Co-authored-by: nee <nee-git@hidamari.blue> 2019-03-24bootloader: Reindent record type definition.Ludovic Courtès * gnu/bootloader.scm (<bootloader-configuration>): Reindent. 2019-03-24bootloader: Remove unused 'additional-configuration' field.Ludovic Courtès * gnu/bootloader.scm (<bootloader-configuration>)[additional-configuration]: Remove. 2019-01-16bootloader: Remove deprecated 'device' field.Ludovic Courtès The 'device' field had been deprecated in commit 045ebb3e58d74c75f39ce47380045d3cd00359c3 (August 2017). * gnu/bootloader.scm (<bootloader-configuration>)[device]: Remove. [target]: Change getter to 'bootstrap-configuration-target'. (bootstrap-configuration-target): Remove. 2018-04-08discovery: Remove dependency on (guix ui).Ludovic Courtès This reduces the closure of (guix discovery) from 28 to 8 modules. * guix/discovery.scm (scheme-files): Use 'format' instead of 'warning'. (scheme-modules): Add #:warn parameter. Use it instead of 'warn-about-load-error'. (fold-modules): Add #:warn and pass it to 'scheme-modules'. (all-modules): Likewise. * gnu/bootloader.scm (bootloader-modules): Pass #:warn to 'all-modules'. * gnu/packages.scm (fold-packages): Likewise. * gnu/services.scm (all-service-modules): Likewise. * guix/upstream.scm (importer-modules): Likewise.