diff options
author | Dave Reisner <dreisner@archlinux.org> | 2016-09-09 14:38:27 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2016-09-09 14:38:27 +0200 |
commit | 1288935e3a77321fabee153346730ed4f8e46f16 (patch) | |
tree | a2d0ebac7dea21c3072c5c9df23b0e3ece76ca70 /install | |
parent | 8d548d775031a4825832291d2b15a9c8948e58d1 (diff) | |
download | mkinitcpio-1288935e3a77321fabee153346730ed4f8e46f16.tar.gz mkinitcpio-1288935e3a77321fabee153346730ed4f8e46f16.tar.xz |
keyboard: placate foutrelis' OCD
...and mine too, now that he points it out.
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 8f611d1..e5fb61e 100644 --- a/install/keyboard +++ b/install/keyboard @@ -16,7 +16,7 @@ build() { add_module 'usbhid' - map add_checked_modules '/input/keyboard' 'input/serio' + map add_checked_modules '/input/keyboard' '/input/serio' } help() { |