diff options
author | Leah Rowe <leah@libreboot.org> | 2021-12-12 02:24:50 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-12-12 02:24:50 +0000 |
commit | cae73ff49336557701a3600a0740b48df9db6d93 (patch) | |
tree | 1160afd33460317321448f58d19aa6a129f16097 | |
parent | dbe4a0c6a336b9eff85d222c51a023c04d5a5dde (diff) |
Revert "grub.cfg: enable USB keyboards"
This reverts commit ed63e94914a407c68d91733a5563005138d4b05f.
-rw-r--r-- | resources/grub/config/grub.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/grub/config/grub.cfg b/resources/grub/config/grub.cfg index 7bc0adf4..c3e86578 100644 --- a/resources/grub/config/grub.cfg +++ b/resources/grub/config/grub.cfg @@ -12,7 +12,6 @@ insmod regexp # Serial and keyboard configuration, very important. terminal_input --append at_keyboard -terminat_input --append usb_keyboard terminal_output --append cbmemc gfxpayload=keep |