diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 19:47:45 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 19:47:45 (EST) |
commit | fa81062305b459ba401a9d45fe9cc3f72a25df56 (patch) | |
tree | 112724d7aa821c6e7274a60a84be7e51823d91da /docs/grub | |
parent | c9fa7f1037acf6958d8b2626a19e31460d8a2c2f (diff) | |
download | libreboot-fa81062305b459ba401a9d45fe9cc3f72a25df56.zip libreboot-fa81062305b459ba401a9d45fe9cc3f72a25df56.tar.gz libreboot-fa81062305b459ba401a9d45fe9cc3f72a25df56.tar.bz2 |
Moved dejavu-fonts-ttf-2.34/AUTHORS to resources/grub/font/
Diffstat (limited to 'docs/grub')
-rw-r--r-- | docs/grub/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ <b>$ cd ../libreboot_src/resources/grub/font</b></p> <p>I took Dejavu Sans Mono from dejavu (included in this version of libreboot) and did:<br/> - <b>$ ../../../grub/grub-mkfont -o dejavusansmono.pf2 ../../../dejavu-fonts-ttf-2.34/ttf/DejaVuSansMono.ttf</b></p> + <b>$ ../../../grub/grub-mkfont -o dejavusansmono.pf2 dejavu-fonts-ttf-2.34/ttf/DejaVuSansMono.ttf</b></p> - <p>I then added the instructions to 'build' script to include resources/grub/dejavusansmono.pf2 in all of the ROM images in root of cbfs.<br/> + <p>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.<br/> I then added that instructions to the grub.cfg files (to load the font):<br/> - <b>loadfont (cbfsdisk)/dejavusansmono.pf2</b></p> + <b>loadfont (memdisk)/dejavusansmono.pf2</b></p> <p><a href="#pagetop">Back to top of page</a></p> |