summaryrefslogtreecommitdiff
path: root/gnu/system/grub.scm
Commit message (Expand)AuthorAge
* bootloader: Add extlinux support.Mathieu Othacehe2017-05-16
* system: grub: Actually default to 'gfxterm' for displaying the GRUB menu.Leo Famulari2017-05-15
* system: grub: Expose GRUB's interactive interface settings.Leo Famulari2017-05-14
* system: grub: Use the native Guile-Cairo and Guile-SVG.Ludovic Courtès2017-05-09
* system: grub: Use boot-parameters instead of menu-entry where possible.Danny Milosavljevic2017-05-05
* system: Make grub use <menu-entry> instead of <boot-parameters> again.Danny Milosavljevic2017-04-15
* system: Pass boot-parameters to (gnu system grub).Mathieu Othacehe2017-04-15
* system: grub: Use (first all-entries) instead of (first entries).Danny Milosavljevic2017-04-15
* system: grub: Don't attempt to load non-EFI modules on EFI.Ludovic Courtès2017-03-25
* system: grub: Add missing URL in comment.Ludovic Courtès2017-03-06
* gnu: Move (gnu packages grub) and (gnu packages u-boot) ...David Craven2017-02-10
* system: More 'file-append' instead of #~(string-append #$thing …).Ludovic Courtès2017-02-01
* system: grub: Load relevant EFI modules on EFI systems.Ludovic Courtès2017-01-03
* system: Use grub from bootloader configuration.Marius Bakke2016-11-08
* system: Record store file system info in each generation.Chris Marusich2016-10-30
* system: grub: Use Guile-{RSVG,Cairo} instead of Inkscape + ImageMagick.Ludovic Courtès2016-10-25
* system: Don't emit a GRUB 'search' command when passed a GRUB file name.Ludovic Courtès2016-09-26
* system: grub.cfg uses correct file names when store is not in root partition.Carlos Sánchez de La Lama2016-09-24
* system: grub: Allow arbitrary kernel file names in 'menu-entry'.Ludovic Courtès2016-09-09
* gnu: Add edit warning to generated grub.cfg filesJohn Darrington2016-09-08
* system: grub: Search root device by label or UUID if possible.Ludovic Courtès2016-01-22
* system: grub: Use a bigger background image.Ludovic Courtès2015-11-02
* system: grub: Let GRUB choose the best graphics mode.Ludovic Courtès2015-10-29
* system: grub: Adjust eye-candy to work on non-Intel systems.Mark H Weaver2015-10-27
* system: grub: On MIPS, the linux image name is vmlinuz, not bzImage.Mark H Weaver2015-10-27
* artwork: Update to latest version.Ludovic Courtès2015-05-07
* artwork: Update snapshot to GuixSD branding.Ludovic Courtès2015-02-12
* system: grub: Make sure the font and background image are always found.Ludovic Courtès2014-12-13
* system: Adjust 'grub.cfg' to work on systems with a separate /boot.Ludovic Courtès2014-12-13
* gnu: Introduce (gnu artwork) module.Ludovic Courtès2014-11-12
* system: grub: Adjust default theme color.Ludovic Courtès2014-11-08
* system: grub: Add preliminary support for themes.Ludovic Courtès2014-11-08
* system: grub: Change the default default-entry to 0.Mark H Weaver2014-08-13
* system: Support the addition of old entries in the GRUB menu.Ludovic Courtès2014-06-25
* system: Add 'grub-configuration' record.Ludovic Courtès2014-05-18
* system: grub: Rewrite using gexps.Ludovic Courtès2014-04-28
* gnu: Lower initrd makers from packages to monadic procedures.Ludovic Courtès2014-01-29
* gnu: Add (gnu system).Ludovic Courtès2013-12-10
* gnu: vm: Rewrite helper functions as monadic functions.Ludovic Courtès2013-10-03
* derivations: 'derivation' and related procedures return a single value.Ludovic Courtès2013-09-18
* gnu: Move helper code to (gnu system …) modules.Ludovic Courtès2013-09-11