-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gui-init: load USB modules at startup
ensures external USB keyboards are accessible Signed-off-by: Matt DeVillier <[email protected]>
- Loading branch information
1 parent
2686c83
commit 4a85c85
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,7 +117,10 @@ update_totp() | |
/bin/reboot | ||
} | ||
|
||
# ensure /boot is sane and mount it before anything else | ||
# enable USB to load modules for external kb | ||
enable_usb | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
tlaurion
Collaborator
|
||
|
||
# ensure /boot is sane and mount it | ||
mount_boot | ||
|
||
last_half=X | ||
|
@MrChromebox problematic for non LIBREM_KEY users. Measures should be consistent but aren't.
#603
#674