diff options
author | Leah Rowe <leah@libreboot.org> | 2021-12-19 23:15:32 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-12-19 23:15:32 +0000 |
commit | c3a66c32750fa4a9a90ddb6383b09fdfb6ff77f5 (patch) | |
tree | 96a7e3d22d540d13eae4f97df231cef16c66d2c4 /resources/grub/config | |
parent | cae73ff49336557701a3600a0740b48df9db6d93 (diff) |
fix usb keyboards in grub
Diffstat (limited to 'resources/grub/config')
-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..37b83728 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 +terminal_input --append usb_keyboard terminal_output --append cbmemc gfxpayload=keep |