[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 14/18] website: docs: grub: review and add GNU Boot context.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 14/18] website: docs: grub: review and add GNU Boot context. |
Date: |
Sun, 13 Oct 2024 17:13:19 +0200 |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
website/pages/docs/grub/index.md | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/website/pages/docs/grub/index.md b/website/pages/docs/grub/index.md
index 08b61ab..de00450 100644
--- a/website/pages/docs/grub/index.md
+++ b/website/pages/docs/grub/index.md
@@ -1,17 +1,16 @@
---
title: GRUB payload
-x-unreviewed: true
...
TODO: this guide should be reviewed and updated. Some info might be out of
date.
[GNU GRUB](https://www.gnu.org/software/grub/) already has excellent
-documentation, but there are aspects of Libreboot that deserve special
-treatment. Libreboot provides the option to boot GNU GRUB directly, running on
+documentation, but there are aspects of GNU Boot that deserve special
+treatment. GNU Boot provides the option to boot GNU GRUB directly, running on
bare metal (instead of using BIOS or UEFI services).
-[The GNU+Linux section](../gnulinux/) also has Libreboot-specific guides for
+[The GNU+Linux section](../gnulinux/) also has GNU Boot specific guides for
dealing with GNU+Linux distributions when using GNU GRUB directly, in this
setup. [A similar section exists for BSD operating systems](../bsd/)
@@ -33,17 +32,17 @@ files:
When you build GRUB from source, you can use the `grub-mklayout` program to
create a special keymap file for GRUB. [Learn how to build GRUB](../build/)
-When you've built GRUB, using `lbmk` (libreboot build system), take your kepmap
-file (generated by ckbcomp) and run it through `grub-mklayout` like so:
+When you've built GRUB, using GNU Boot, take your kepmap file (generated by
+ckbcomp) and run it through `grub-mklayout` like so:
cat frazerty | ./grub/grub-mklayout -o frazerty.gkb
Place the newly created `.gkb` file under `resources/grub/keymap` in lbmk. When
-you build Libreboot, a ROM image with GRUB payload and your newly created
+you build GNU Boot, an image with GRUB payload and your newly created
keymap will be available under the `bin/` directory.
-[Learn how to build Libreboot ROM images](../build/)
+[Learn how to build GNU Boot images](../build/)
-Many keymaps exist in the Libreboot build system, but sometimes you must
+Many keymaps exist in the GNU Boot build system, but sometimes you must
manually tweak the file created by `ckbcomp`, adjusting the scan codes in that
file, before converting to a GRUB keymap file. Therefore, it would be unwise to
automatically add all keymaps in GRUB.
--
2.46.0
- [PATCH v1 06/18] website: properly handle the dot dependency., (continued)
- [PATCH v1 06/18] website: properly handle the dot dependency., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 05/18] website: configure.ac: always check for mkdir., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 08/18] website: review BSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 10/18] website: review NetBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 01/18] website: configure.ac: check for sed., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 03/18] website: configure.ac: always check for printf., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 13/18] website: misc: codenames: review and add GNU Boot context., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 07/18] website: remove history/git-history.jpg, Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 09/18] website: review OpenBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 12/18] website: move contrib.md in history, rename git.md to contribute.md., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 14/18] website: docs: grub: review and add GNU Boot context.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 15/18] packages: website: release: help: fix program name., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 17/18] website: docs: build: fix link syntax., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 18/18] website: Makefile.am: serve: update target name in message., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 11/18] website: review FreeBSD page index and convert to GNU Boot point of view., Denis 'GNUtoo' Carikli, 2024/10/13
- [PATCH v1 16/18] website: deploy: rsync: use --delete., Denis 'GNUtoo' Carikli, 2024/10/13