diff options
author | Avi Rozen <avi.rozen@gmail.com> | 2009-08-25 23:19:27 +0300 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2010-02-22 22:29:25 +0100 |
commit | 99b32f0831fe89f78144ca5a1da5c1e6a51dc667 (patch) | |
tree | 73c8423df39e92888da3aa9ad999dc227b22393d /scripts/functions | |
parent | 51de1be0a82967582b024dd554c02e457fe8e917 (diff) | |
download | initramfs-tools-99b32f0831fe89f78144ca5a1da5c1e6a51dc667.tar.gz initramfs-tools-99b32f0831fe89f78144ca5a1da5c1e6a51dc667.zip |
mkinitramfs: add all usb storage devices
USB storage device is not recognized at boot after kernel upgrade
to 2.6.30.
It seems that the usb-storage module has been split into several mini
modules, which are not copied to the initramfs image.
In my case usb-storage.ko is copied but ums-cypress.ko is not copied.
I've attached a patch against hook-functions that fixes this, by using
copy_modules_dir to copy all the modules in kernel/drivers/usb/storage,
instead of just usb-storage.
I've set the severity to important because my USB storage device also
happens to be the boot device...
Cheers,
Avi
(closes: #543568)
Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'scripts/functions')
0 files changed, 0 insertions, 0 deletions