summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2009-02-05 20:06:10 +0100
committermaximilian attems <maks@debian.org>2009-02-05 20:06:10 +0100
commit75475db4e8d55fe79bc8a0e9d944a1eef493b5e2 (patch)
treeb5f0bdbeaa85c591334dddbc62da3b79788864a6
parent7810a813a81cb13b6ae425fc10935270a37d72c7 (diff)
downloadinitramfs-tools-75475db4e8d55fe79bc8a0e9d944a1eef493b5e2.tar.gz
initramfs-tools-75475db4e8d55fe79bc8a0e9d944a1eef493b5e2.zip
hook-functions: just ship old iee1394 if around.
no need to deprecate it in initramfs-tools. Lenny ships due to userspace with it and Juju firewire not yet feature complete..
-rw-r--r--hook-functions1
1 files changed, 0 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index 6a68910..f6e4814 100644
--- a/hook-functions
+++ b/hook-functions
@@ -375,7 +375,6 @@ auto_add_modules()
block)
copy_modules_dir kernel/drivers/block
;;
- # FIXME: can be removed after Lenny release
ieee1394)
for x in ohci1394 sbp2; do
manual_add_modules "${x}"