diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:04:16 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:04:16 -0700 |
commit | 29610c6f3b1b1e78ae7cec11b41368fe9d76c6ed (patch) | |
tree | 18a7c799c326e9a0a732703f0250b91687033b62 /docs/grub | |
parent | 556205fc197ee1ef0f77ed382ac9f9ec57068ccf (diff) | |
download | librebootfr-29610c6f3b1b1e78ae7cec11b41368fe9d76c6ed.tar.gz librebootfr-29610c6f3b1b1e78ae7cec11b41368fe9d76c6ed.zip |
Begin descent from weird command line syntax
Diffstat (limited to 'docs/grub')
-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** |