diff options
author | maximilian attems <maks@debian.org> | 2006-02-27 09:50:19 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-02-27 09:50:19 +0100 |
commit | 308b8323da7e00ae42953152682172e2d3ca1e08 (patch) | |
tree | 4fd48cf51bf7422aef38e5183642351a686e0359 /hook-functions | |
parent | 236d8183a72e0de357a743bc909ea25e8bd1995e (diff) | |
download | initramfs-tools-308b8323da7e00ae42953152682172e2d3ca1e08.tar.gz initramfs-tools-308b8323da7e00ae42953152682172e2d3ca1e08.zip |
initial ieee1394 support
Diffstat (limited to 'hook-functions')
-rw-r--r-- | hook-functions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hook-functions b/hook-functions index 9b0d949..040aea2 100644 --- a/hook-functions +++ b/hook-functions @@ -157,6 +157,11 @@ auto_add_modules() manual_add_modules "${x}" done ;; + ieee1394) + for x in ohci1394 sbp2; do + manual_add_modules "${x}" + done + ;; i2o) for x in i2o_block; do manual_add_modules "${x}" |