From 228f3469400a21310df297fff612aa8ea8ad9cf6 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 31 Jul 2017 00:44:49 -0400 Subject: 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. --- projects/grub/install/vesafb/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/grub/install') 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" -- cgit v1.2.3-70-g09d2