summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-02-27 09:50:19 +0100
committermaximilian attems <maks@debian.org>2006-02-27 09:50:19 +0100
commit308b8323da7e00ae42953152682172e2d3ca1e08 (patch)
tree4fd48cf51bf7422aef38e5183642351a686e0359
parent236d8183a72e0de357a743bc909ea25e8bd1995e (diff)
downloadinitramfs-tools-308b8323da7e00ae42953152682172e2d3ca1e08.tar.gz
initramfs-tools-308b8323da7e00ae42953152682172e2d3ca1e08.zip
initial ieee1394 support
-rw-r--r--debian/changelog4
-rw-r--r--hook-functions5
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d4858ff..8094038 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,7 +24,9 @@ initramfs-tools (0.53) unstable; urgency=high
* mkinitramfs: When invoked with -r switch pass the hardcoded root device to
/etc/mkinitramfs/conf.d/root inside the initramfs.
- -- maximilian attems <maks@sternwelten.at> Mon, 27 Feb 2006 01:45:56 +0100
+ * hook-functions: First shot at IEEE1394 support - add ohci1394 and sbp2.
+
+ -- maximilian attems <maks@sternwelten.at> Mon, 27 Feb 2006 09:45:54 +0100
initramfs-tools (0.52b) unstable; urgency=high
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}"