aboutsummaryrefslogtreecommitdiff
path: root/docs/grub
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 23:29:23 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-03-17 23:29:23 -0700
commit62f6c9d95fa1546bf5b3d65d8aa7da92e14c82ab (patch)
treec1e770329be2715a674c8bbfc026a17050bcf86a /docs/grub
parent1eb5130a1c70a7238548d977e9c6f371c007eed7 (diff)
downloadlibrebootfr-62f6c9d95fa1546bf5b3d65d8aa7da92e14c82ab.tar.gz
librebootfr-62f6c9d95fa1546bf5b3d65d8aa7da92e14c82ab.zip
Squeeze blank
Diffstat (limited to 'docs/grub')
-rw-r--r--docs/grub/index.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/grub/index.md b/docs/grub/index.md
index d1fb6427..c05cb732 100644
--- a/docs/grub/index.md
+++ b/docs/grub/index.md
@@ -4,15 +4,12 @@ GRUB payload
This section relates to the GRUB payload used in libreboot.
-
- [Changing the background image in GRUB](#grub_background)
- [Setting font in GRUB](#grub_font)
- [GRUB keyboard layouts](#grub_keyboard)
- [Custom keyboard layout in GRUB](#grub_custom_keyboard)
- [UK Dvorak keyboard layout in GRUB](#grub_ukdvorak_keyboard)
-
-
Changing the background image in GRUB {#grub_background}
=====================================
@@ -26,8 +23,6 @@ libreboot\_src/coreboot/util/cbfstool/ if you want to build from source.
When you've done this, re-flash your ROM and you should have a new
background at boot time.
-
-
Setting font in GRUB (for reference) {#grub_font}
====================================
@@ -70,13 +65,9 @@ font):
**loadfont (memdisk)/dejavusansmono.pf2**
-
-
-
GRUB keyboard layouts (for reference) {#grub_keyboard}
=====================================
-
Custom keyboard layout in GRUB (for reference) {#grub_custom_keyboard}
----------------------------------------------
@@ -86,7 +77,6 @@ Example (French Azerty):
$ ckbcomp fr > frazerty
-
Go in grub directory:
**cat frazerty | ./grub/grub-mklayout -o frazerty.gkb**
@@ -103,9 +93,6 @@ The build scripts will automatically see this, and automatically build
ROM images with your custom layout (given the name) and include them
under bin. Example: **libreboot\_frazerty.rom**.
-
-
-
UK Dvorak keyboard layout in GRUB (for reference) {#grub_ukdvorak_keyboard}
-------------------------------------------------
@@ -115,10 +102,6 @@ file was created
$ cat ukdvorak | ./grub/grub-mklayout -o ukdvorak.gkb
-
-
-
-
Copyright © 2014 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document