diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 09:57:13 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 09:57:13 -0700 |
commit | 7bc11816a44e8cd2712e46dc958795d354856419 (patch) | |
tree | 0206787656028e2ba01966c95f7104d429e10bc6 /docs/grub | |
parent | a19ff95539b0f9df2a59abef64f0decf999103f2 (diff) | |
download | librebootfr-7bc11816a44e8cd2712e46dc958795d354856419.tar.gz librebootfr-7bc11816a44e8cd2712e46dc958795d354856419.zip |
Fix yet another class of codeblock bugs -- Leah really has no consitency..
Diffstat (limited to 'docs/grub')
-rw-r--r-- | docs/grub/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/grub/index.md b/docs/grub/index.md index 56cbf470..81e4bd56 100644 --- a/docs/grub/index.md +++ b/docs/grub/index.md @@ -45,10 +45,10 @@ 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** + $ cd ../libreboot\_src/resources/grub/font I took Dejavu Sans Mono from dejavu (included in this version of libreboot) and did:\ @@ -76,7 +76,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** @@ -104,7 +104,7 @@ ukdvorak had to be created manually, based on usdvorak. diff them (under resources/utilities/grub-assemble/keymap/original) to see how ukdvorak file was created -**\$ cat ukdvorak | ./grub/grub-mklayout -o ukdvorak.gkb** + $ cat ukdvorak | ./grub/grub-mklayout -o ukdvorak.gkb [Back to top of page](#pagetop) |