aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-05-15 15:32:25 -0400
committerLeo Famulari <leo@famulari.name>2017-05-15 16:22:17 -0400
commitc48a145fbb613ac2b623f0a11278848923b312f1 (patch)
treebb7f20a5df63fabcc05a76b2bd5e0859e053dfbe
parenta62446987ebc6ae9a19bd9aa28b7625902864438 (diff)
downloadguix-c48a145fbb613ac2b623f0a11278848923b312f1.tar.gz
guix-c48a145fbb613ac2b623f0a11278848923b312f1.zip
system: grub: Actually default to 'gfxterm' for displaying the GRUB menu.
This is a followup to commit e0b2e93005188ab4d6c7413a27832ba2fb7388e8. * gnu/system/grub.scm (eye-candy): Re-order the elements of the generated GRUB configuration.
-rw-r--r--gnu/system/grub.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/grub.scm b/gnu/system/grub.scm
index 97081d8485..85878de85c 100644
--- a/gnu/system/grub.scm
+++ b/gnu/system/grub.scm
@@ -249,8 +249,8 @@ else
fi~%"
#$setup-gfxterm-body
#$(grub-root-search store-device font-file)
- #$(grub-setup-io config)
#$(setup-gfxterm config font-file)
+ #$(grub-setup-io config)
#$(strip-mount-point store-mount-point image)
#$(theme-colors grub-theme-color-normal)
u/packages/gimp.scm?id=7975ee953447ca4be658fa4192eed20be543d808'>gnu: babl: Enable GIR....Vinicius Monego 2021-10-10gnu: babl: Update to 0.1.88....Vinicius Monego 2021-10-02gnu: gegl: Add libraw support....Mathieu Othacehe 2021-09-10gnu: babl: Don't build documentation....Jonathan Brielmaier 2021-07-24gnu: Use 'search-input-directory' and 'search-input-file' where appropriate....Ludovic Courtès 2021-05-22gnu: Meson: Remove special versions....Marius Bakke 2021-05-09Merge branch 'master' into core-updates...Marius Bakke 2021-04-27gnu: GIMP: Update to 2.10.24....Leo Famulari 2021-04-27gnu: gegl: Update to 0.4.30....Leo Famulari 2021-04-16Merge remote-tracking branch 'origin/master' into core-updates...Efraim Flashner 2021-04-01gnu: gimp: Ship a copy of the gegl patch....Tobias Geerinckx-Rice 2021-03-30gnu: gimp: Properly handle missing optional ‘dot’....Tobias Geerinckx-Rice 2021-03-29gnu: gegl: Refer to dot....Tobias Geerinckx-Rice 2021-03-28gnu: gegl: Update to 0.4.28....Tobias Geerinckx-Rice 2021-03-28gnu: babl: Update to 0.1.86....Tobias Geerinckx-Rice 2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner 2021-03-17gnu: Use autoconf instead of autoconf-wrapper when possible....Maxime Devos 2021-03-06Merge branch 'master' into core-updatesChristopher Baines 2021-02-28gnu: gegl: Use HTTPS home page URI....Nicolas Goaziou 2021-02-01gnu: Adjust package collection to Wrap using GUIX_PYTHONPATH....Maxim Cournoyer 2020-12-19gnu: babl: Use HTTPS home page URI....Nicolas Goaziou 2020-12-08gnu: libmypaint: Update to 1.6.1....Christopher Baines 2020-12-06gnu: Add the Glimpse Image Editor....Leo Famulari 2020-11-28gnu: gegl: Extend test time-outs....Tobias Geerinckx-Rice 2020-11-19gnu: Don't append '.git' to GitHub uris....Efraim Flashner