diff options
Diffstat (limited to 'docs/grub/index.md')
-rw-r--r-- | docs/grub/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/grub/index.md b/docs/grub/index.md index 7aab0789..3f509179 100644 --- a/docs/grub/index.md +++ b/docs/grub/index.md @@ -47,7 +47,7 @@ one](http://sourceforge.net/projects/dejavu/files/dejavu/2.34/dejavu-fonts-ttf-2 This is a free font that is also contained in GNU+Linux distributions like Debian, Devuan or Parabola. -**$ cd libreboot\_src/grub**\ + $ cd libreboot\_src/grub compile grub (the build scripts info on how to do this)\ come back out into libreboot\_src/resources/grub:\ **$ cd ../libreboot\_src/resources/grub/font** @@ -77,7 +77,7 @@ Custom keyboard layout in GRUB (for reference) {#grub_custom_keyboard} Keymaps are stored in resources/utilities/grub-assemble/keymap/. Example (French Azerty):\ -**$ ckbcomp fr > frazerty**\ + $ ckbcomp fr > frazerty \ Go in grub directory:\ **cat frazerty | ./grub/grub-mklayout -o frazerty.gkb** |