summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-01-24 13:10:56 +0100
committermaximilian attems <maks@debian.org>2006-01-24 13:10:56 +0100
commite31be60a62406ef81d949eb67ac2bc64e90bf4ad (patch)
treed33d4a09354a690aa0e01e2e2d73ccd03969206e /hook-functions
parent5ac8871bdc5093eb2b570937dcc37167b904cb8e (diff)
downloadinitramfs-tools-e31be60a62406ef81d949eb67ac2bc64e90bf4ad.tar.gz
initramfs-tools-e31be60a62406ef81d949eb67ac2bc64e90bf4ad.zip
take care of modular atkb and i8042.
seen on the Debian ppc .config!?
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index 000c701..bb44d9e 100644
--- a/hook-functions
+++ b/hook-functions
@@ -137,7 +137,7 @@ dep_add_modules()
auto_add_modules()
{
# base
- for x in ehci-hcd ohci-hcd uhci-hcd usbhid usb-storage ext2 ext3 isofs jfs nfs reiserfs xfs af_packet; do
+ for x in ehci-hcd ohci-hcd uhci-hcd usbhid usb-storage ext2 ext3 isofs jfs nfs reiserfs xfs af_packet atkbd i8042; do
manual_add_modules "${x}"
done