diff options
author | Leah Rowe <leah@libreboot.org> | 2021-12-11 15:02:41 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-12-11 15:02:41 +0000 |
commit | ed63e94914a407c68d91733a5563005138d4b05f (patch) | |
tree | ca03af0502fa0c0244feb152f86de803147ae5df /resources/grub | |
parent | fd583308aaf89cb2726d809c8bd9a19b50b11c86 (diff) |
grub.cfg: enable USB keyboards
Diffstat (limited to 'resources/grub')
-rw-r--r-- | resources/grub/config/grub.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/grub/config/grub.cfg b/resources/grub/config/grub.cfg index c3e86578..7bc0adf4 100644 --- a/resources/grub/config/grub.cfg +++ b/resources/grub/config/grub.cfg @@ -12,6 +12,7 @@ insmod regexp # Serial and keyboard configuration, very important. terminal_input --append at_keyboard +terminat_input --append usb_keyboard terminal_output --append cbmemc gfxpayload=keep |