summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"