Skip to content

Commit

Permalink
mkinitramfs: add keyboard drivers to initramfs image...
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jan 19, 2024
1 parent 07fe599 commit 6ddafd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkinitramfs
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ copy_kernmodules() {
"$KERNEL_MOD_DIR/$KERNEL_VERSION/kernel/drivers/virtio" \
"$KERNEL_MOD_DIR/$KERNEL_VERSION/kernel/drivers/usb/host" \
"$KERNEL_MOD_DIR/$KERNEL_VERSION/kernel/drivers/usb/storage" \
"$KERNEL_MOD_DIR/$KERNEL_VERSION/kernel/input/keyboard" \
-type f 2>/dev/null |
while read -r _MOD || [ "$_MOD" ]; do
# Intentional pattern
Expand Down

0 comments on commit 6ddafd3

Please sign in to comment.