diff options
author | maximilian attems <maks@debian.org> | 2009-07-29 16:10:11 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-07-29 16:11:37 +0200 |
commit | 757294f86013711d94d14a674f8c13aa0e17dee6 (patch) | |
tree | b450b0877f72e17396162157c028bf7bfd3c010c /hook-functions | |
parent | db24ed6ec7887631c05ce0d51c53c8c2cb9c507a (diff) | |
download | initramfs-tools-757294f86013711d94d14a674f8c13aa0e17dee6.tar.gz initramfs-tools-757294f86013711d94d14a674f8c13aa0e17dee6.zip |
Revert "hook-functions: Add hid_* modules."
don't support any possible usb keyboard under earth,
the usbhid is default the rest should be added
by the appropriate sysadmin.
revert this ubuntu sync for smaller initramfs and thus faster boot.
This reverts commit 7d28901223a8f5fa47ddb0b0d39b34b04d43b8e9.
Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'hook-functions')
-rw-r--r-- | hook-functions | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hook-functions b/hook-functions index 03e9723..bad79e1 100644 --- a/hook-functions +++ b/hook-functions @@ -371,11 +371,7 @@ auto_add_modules() { case "$1" in base) - for x in ehci-hcd ohci-hcd uhci-hcd usbhid hid_a4tech \ - hid_apple hid_belkin hid_bright hid_cherry hid_chicony \ - hid_cypress hid_dell hid_ezkey hid_gyration hid_logitech \ - hid_microsoft hid_monterey hid_petalynx hid_pl hid_samsung \ - hid_sony hid_sunplus hid_tmff hid_zpff usb-storage ext2 \ + for x in ehci-hcd ohci-hcd uhci-hcd usbhid usb-storage ext2 \ ext3 ext4 ext4dev isofs jfs nfs reiserfs udf xfs af_packet \ atkbd i8042 virtio_pci; do manual_add_modules "${x}" |