diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-07-31 00:44:49 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-07-31 17:10:34 -0400 |
commit | 228f3469400a21310df297fff612aa8ea8ad9cf6 (patch) | |
tree | 6e27de3936baa232e5d15043b600b44a467c2114 /projects/grub/install/vesafb | |
parent | df551a9b84016b9cf0f77d9a59999d055ee0885a (diff) | |
download | librebootfr-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/install/vesafb')
-rw-r--r-- | projects/grub/install/vesafb/grub.cfg | 2 |
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" |