aboutsummaryrefslogtreecommitdiff
path: root/projects/grub
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-07-31 00:44:49 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-07-31 17:10:34 -0400
commit228f3469400a21310df297fff612aa8ea8ad9cf6 (patch)
tree6e27de3936baa232e5d15043b600b44a467c2114 /projects/grub
parentdf551a9b84016b9cf0f77d9a59999d055ee0885a (diff)
downloadlibrebootfr-228f3469400a21310df297fff612aa8ea8ad9cf6.tar.gz
librebootfr-228f3469400a21310df297fff612aa8ea8ad9cf6.zip
Load DejaVu Sans Mono from cbfsdisk, not memdisk
Moving the font out of grub.elf, as with MemTest86+, makes generating GRUB payloads easier. As a side benefit, replacing the font displayed in the GRUB menu is now less of a hassle.
Diffstat (limited to 'projects/grub')
-rw-r--r--projects/grub/install/vesafb/grub.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/grub/install/vesafb/grub.cfg b/projects/grub/install/vesafb/grub.cfg
index 40061053..e057e88b 100644
--- a/projects/grub/install/vesafb/grub.cfg
+++ b/projects/grub/install/vesafb/grub.cfg
@@ -23,7 +23,7 @@ terminal_output --append gfxterm
# Prettify GRUB
background_image (cbfsdisk)/background.png
-loadfont (memdisk)/dejavusansmono.pf2
+loadfont (cbfsdisk)/dejavusansmono.pf2
# Default to first option, automatically boot after 1 second
set default="0"