Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init: load usb modules for devices using USB keyboard
Some (out of tree) servers require use of a USB keyboard, and need the USB kernel modules loaded prior to checking for keypress to enter a recovery console. Since loading the modules affects the value in PRC5 and can cause issues putting a LUKS key in TPM, guard the loading of the USB modules with CONFIG_USB_KEYBOARD and remove the unguarded call from gui-init. This should resolve issues linuxboot#603 and linuxboot#674. Signed-off-by: Matt DeVillier <[email protected]>
- Loading branch information