diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-01-18 11:57:44 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-01-18 11:58:59 +0000 |
commit | 78067dd62a285731305b7a890da333d265ce6cad (patch) | |
tree | 499ecda40beb27d23dd39bb7f5689faf7ef4e9f2 /docs/grub | |
parent | c44ef19d49c16064bed8964557f102fb58a336e7 (diff) | |
download | librebootfr-78067dd62a285731305b7a890da333d265ce6cad.tar.gz librebootfr-78067dd62a285731305b7a890da333d265ce6cad.zip |
Documentation: fix incorrect usage of apostrophes.
Diffstat (limited to 'docs/grub')
-rw-r--r-- | docs/grub/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/grub/index.html b/docs/grub/index.html index f2d554ad..e4dd8dc0 100644 --- a/docs/grub/index.html +++ b/docs/grub/index.html @@ -55,7 +55,7 @@ <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> - <p>I then added the instructions to 'build' script to include resources/grub/dejavusansmono.pf2 in all of the ROM's in root of cbfs.<br/> + <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/> I then added that instructions to the grub.cfg files (to load the font):<br/> <b>loadfont (cbfsdisk)/dejavusansmono.pf2</b></p> @@ -89,7 +89,7 @@ <p> The scripts <b>build</b> and <b>buildrom-withgrub</b> will automatically see this, and automatically build - ROM's with your custom layout (given the name) and include them under bin. Example: <b>libreboot_frazerty.rom</b>. + ROM images with your custom layout (given the name) and include them under bin. Example: <b>libreboot_frazerty.rom</b>. </p> <p><a href="#pagetop">Back to top of page</a></p> |