From fa81062305b459ba401a9d45fe9cc3f72a25df56 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 13 Feb 2015 19:47:45 -0500 Subject: Moved dejavu-fonts-ttf-2.34/AUTHORS to resources/grub/font/ --- (limited to 'docs') diff --git a/docs/grub/index.html b/docs/grub/index.html index 8233376..e37d7d7 100644 --- a/docs/grub/index.html +++ b/docs/grub/index.html @@ -55,11 +55,12 @@ $ cd ../libreboot_src/resources/grub/font

I took Dejavu Sans Mono from dejavu (included in this version of libreboot) and did:
- $ ../../../grub/grub-mkfont -o dejavusansmono.pf2 ../../../dejavu-fonts-ttf-2.34/ttf/DejaVuSansMono.ttf

+ $ ../../../grub/grub-mkfont -o dejavusansmono.pf2 dejavu-fonts-ttf-2.34/ttf/DejaVuSansMono.ttf

-

I then added the instructions to 'build' script to include resources/grub/dejavusansmono.pf2 in all of the ROM images in root of cbfs.
+

I then added the instructions to 'gen.sh' script in grub-assemble to include resources/grub/dejavusansmono.pf2 + in all of the ROM images, at the root of the GRUB memdisk.
I then added that instructions to the grub.cfg files (to load the font):
- loadfont (cbfsdisk)/dejavusansmono.pf2

+ loadfont (memdisk)/dejavusansmono.pf2

Back to top of page

-- cgit v0.9.1