mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
system: grub: Actually default to 'gfxterm' for displaying the GRUB menu.
This is a followup to commit e0b2e93005
.
* gnu/system/grub.scm (eye-candy): Re-order the elements of the generated
GRUB configuration.
This commit is contained in:
parent
a62446987e
commit
c48a145fbb
1 changed files with 1 additions and 1 deletions
|
@ -249,8 +249,8 @@ (define font-file
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue