summaryrefslogtreecommitdiff
path: root/gnu/bootloader/grub.scm
Commit message (Expand)AuthorAgeFilesLines
* system: Generate grub locale directory for grub.cfg....Miguel Ángel Arruga Vivas2020-11-011-11/+44
* system: Fix dependency for grub.cfg generation....Miguel Ángel Arruga Vivas2020-10-301-3/+5
* system: Fix grub keymap with store in btrfs subvolume....Miguel Ángel Arruga Vivas2020-10-301-4/+5
* system: Use locale information in grub.cfg....Miguel Ángel Arruga Vivas2020-10-181-0/+18
* gnu: grub: Support for network boot via TFTP....Stefan2020-09-271-4/+110
* gnu: grub: Support loading files from TFTP if the root filesystem is NFS....Stefan2020-09-141-0/+27
* bootloader: Use "define" instead of "define*" for all records....Stefan2020-09-071-3/+3
* bootloader: Add comment about grub configuration files....Stefan2020-09-061-0/+4
* bootloader: grub: Fix cross-compilation....Mathieu Othacehe2020-06-091-1/+1
* gnu: grub: Support graphical gfxterm on all systems....Stefan2020-06-091-33/+14
* bootloader: grub: Add support for multiboot....Jan (janneke) Nieuwenhuizen2020-06-081-27/+49
* bootloader: grub: Rename the btrfs-subvolume-file-name parameter....Maxim Cournoyer2020-05-291-25/+22
* bootloader: grub: Use inheritance to define grub-minimal-bootloader....Mathieu Othacehe2020-05-291-6/+3
* bootloader: grub: Do not run grub-install when creating a disk-image....Mathieu Othacehe2020-05-291-10/+16
* bootloader: Add 'disk-image-installer'....Mathieu Othacehe2020-05-291-1/+44
* bootloader: grub: Allow booting from a Btrfs subvolume....Maxim Cournoyer2020-05-201-47/+76
* gnu: grub: Allow a PNG image and replace "aspect-ratio" with "resolution"....Stefan2020-05-191-56/+37
* bootloader: grub: Refer to the native 'grub-mklayout' and font file....Ludovic Courtès2020-05-161-2/+2
* Merge branch 'master' into core-updates...Marius Bakke2020-04-081-1/+5
|\
| * system: Allow for comma-separated keyboard layouts....Ludovic Courtès2020-04-061-1/+5
* | gnu: bootloader: Add grub-minimal-bootloader....Jan Nieuwenhuizen2020-03-291-1/+10
|/
* bootloader: grub: Refactor eye-candy a bit....Maxim Cournoyer2020-03-171-17/+20
* bootloader: grub: Use the all_video module in graphic mode....Maxim Cournoyer2020-03-171-14/+2
* bootloader: grub: Add gfxmode (resolution) override....Jan Nieuwenhuizen2020-01-251-4/+15
* Revert "bootloader: grub: Add gfxmode (resolution) override."...Tobias Geerinckx-Rice2020-01-071-9/+4
* bootloader: grub: Add gfxmode (resolution) override....Jan Nieuwenhuizen2020-01-071-4/+9
* Adjust module autoloads....Ludovic Courtès2020-01-061-1/+1
* bootloader: Mark "grub.cfg" and "extlinux.conf" as non-substitutable....Ludovic Courtès2020-01-031-2/+6
* bootloader: grub: Add firmware setup entry....Brice Waegeneire2019-12-231-1/+7
* bootloader: grub: Remove unneeded 'terminal_output'....Ludovic Courtès2019-05-091-1/+0
* bootloader: Add a 'keyboard-layout' field....Ludovic Courtès2019-03-241-0/+35
* bootloader: Use 'invoke/quiet' when running 'grub-install' and co....Ludovic Courtès2019-03-161-8/+8
* Remove traces of "GuixSD"....Ludovic Courtès2019-03-131-4/+4
* bootloader: De-monadify configuration file generators....Ludovic Courtès2018-11-181-56/+48
* bootloader: grub-efi: Identify as "GuixSD" instead of "grub"....Marius Bakke2018-06-261-0/+1
* bootloader: grub-efi: Support EFI directories relative to MOUNT-POINT....Marius Bakke2018-06-261-2/+7
* bootloader: grub: Use 'with-extensions'....Ludovic Courtès2018-06-011-13/+6
* bootloader: grub: Simplify 'svg->png'....Ludovic Courtès2018-06-011-19/+15
* file-systems: Remove 'title' field and add <file-system-label>....Ludovic Courtès2018-05-281-4/+6
* gnu: Pass "--target=i386-pc" when installing GRUB for legacy BIOS....Ricardo Wurmus2018-02-181-1/+1
* system: Introduce a disjoint UUID type....Ludovic Courtès2017-09-111-2/+2
* gnu: grub-efi-bootloader: Specialize grub-install invocation....Andy Wingo2017-08-201-1/+15
* vm: Use grub-hybrid's grub-mkrescue....Danny Milosavljevic2017-08-031-0/+6
* bootloader: Use <menu-entry> for the bootloader side....Danny Milosavljevic2017-07-281-15/+12
* gnu: Switch guile-cairo and dependents to Guile 2.2 again....Ludovic Courtès2017-07-021-15/+20
* bootloader: Use menu-entry to define custom bootloader entries....Mathieu Othacehe2017-06-081-47/+30
* bootloader: Add extlinux support....Mathieu Othacehe2017-05-161-0/+448