diff options
author | maximilian attems <maks@debian.org> | 2009-02-05 20:06:10 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-02-05 20:06:10 +0100 |
commit | 75475db4e8d55fe79bc8a0e9d944a1eef493b5e2 (patch) | |
tree | b5f0bdbeaa85c591334dddbc62da3b79788864a6 | |
parent | 7810a813a81cb13b6ae425fc10935270a37d72c7 (diff) | |
download | initramfs-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-functions | 1 |
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}" |