diff options
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" |