~ruther/guix-local

c48a145fbb613ac2b623f0a11278848923b312f1 — Leo Famulari 8 years ago a624469
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system/grub.scm
M gnu/system/grub.scm => gnu/system/grub.scm +1 -1
@@ 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)