diff options
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 f2d554a..e4dd8dc 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> |