diff options
author | Dave Reisner <dreisner@archlinux.org> | 2016-09-09 14:11:54 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2016-09-09 14:13:57 +0200 |
commit | c7f2725e01a93c81025fa9fcee4fbbb8c5b01fd6 (patch) | |
tree | a7feacf259850bd6f9a6532845c358113b5974b0 /install | |
parent | 8423083e79dc78cccfbf6b461d51e72faf7a586f (diff) | |
download | mkinitcpio-c7f2725e01a93c81025fa9fcee4fbbb8c5b01fd6.tar.gz mkinitcpio-c7f2725e01a93c81025fa9fcee4fbbb8c5b01fd6.tar.xz |
keyboard: add input/serio as part of checked modules
ref: https://bugs.archlinux.org/task/50700
Diffstat (limited to 'install')
-rw-r--r-- | install/keyboard | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/keyboard b/install/keyboard index 91a00e7..2b18e2d 100644 --- a/install/keyboard +++ b/install/keyboard @@ -16,7 +16,7 @@ build() { add_module 'usbhid' - add_checked_modules '/input/keyboard' + add_checked_modules '/input/keyboard' 'input/serio' } help() { |