diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-17 15:30:40 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-17 15:50:22 +0100 |
commit | f7e28964acdce46e9b9e4afeece5b228b7163a3c (patch) | |
tree | 70b031bbfd2c1e1f4793c14a2e7a3557081f3a78 /include/lib.sh | |
parent | f928ac5c702c4ed4afc638ca8bdd8bd1d1d4a685 (diff) |
roms: remind the user about gkb files
nowadays, we don't insert GRUB keymaps automatically, for
sake of efficiency; without one, the default is US QWERTY.
a user will only want one keymap in particular, so this
is more efficient. in practise, they're either building
from source anyway, or using the inject scripts which
compile cbfstool anyway, so the user will already have
cbfstool.
also output this message from the inject script.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/lib.sh')
-rwxr-xr-x | include/lib.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lib.sh b/include/lib.sh index 9f722313..5952b202 100755 --- a/include/lib.sh +++ b/include/lib.sh @@ -7,6 +7,8 @@ export LC_COLLATE=C export LC_ALL=C _ua="Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0" +kbnotice="Insert a .gkb file from config/data/grub/keymap/ as keymap.gkb \ +if you want a custom keymap in GRUB; use cbfstool from elf/cbfstool." tmpdir_was_set="y" cbdir="src/coreboot/default" |