summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-03-14 10:32:48 +0100
committermaximilian attems <maks@debian.org>2006-03-14 10:32:48 +0100
commitc4a1c8838be207397a4c676db729ed9de416bbba (patch)
tree6cf0b2b9db03b41a26eb72573c3faf6f5b42acb1
parent161cd9fd2df641037edf53d72d096b0f87dd06f1 (diff)
fix firewire booting
-rw-r--r--debian/changelog5
-rw-r--r--hook-functions1
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index eec885d..24506a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,10 @@ initramfs-tools (0.55) unstable; urgency=low
* scripts/local: Use quiet to load the fs. (closes: #339092)
- -- maximilian attems <maks@sternwelten.at> Tue, 14 Mar 2006 10:20:03 +0100
+ * hook-functions: Really add the ieee1394 modules.
+ Thanks to Michael Prokop <mikap@grml.org> for testing the fix.
+
+ -- maximilian attems <maks@sternwelten.at> Tue, 14 Mar 2006 10:21:34 +0100
initramfs-tools (0.54) unstable; urgency=low
diff --git a/hook-functions b/hook-functions
index 03eb87d..859f1c6 100644
--- a/hook-functions
+++ b/hook-functions
@@ -200,6 +200,7 @@ auto_add_modules()
auto_add_modules scsi
auto_add_modules i2o
auto_add_modules dasd
+ auto_add_modules ieee1394
;;
esac
}