Skip to content

Commit

Permalink
tinyramfs: add keyboard drivers to initramfs image
Browse files Browse the repository at this point in the history
  • Loading branch information
illiliti committed Mar 21, 2022
1 parent 53524bb commit 2e4a13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyramfs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ copy_modules()
find \
fs lib arch crypto drivers/md drivers/ata drivers/scsi \
drivers/block drivers/virtio drivers/usb/host \
drivers/usb/storage -type f 2> /dev/null |
drivers/usb/storage drivers/input/keyboard -type f 2> /dev/null |

while read -r _mod; do
copy_file "$_mod" "/lib/modules/${kernel}/kernel/${_mod}" 0644
Expand Down

0 comments on commit 2e4a13c

Please sign in to comment.