diff options
author | David Härdeman <david@hardeman.nu> | 2007-05-03 18:47:00 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2007-05-03 18:47:00 +0200 |
commit | f123993d1c73c906c50bcb8484e8abb5f9dd44f1 (patch) | |
tree | 2e0bc1f435bb2df5f0995bf9d7b6f00bf90b03a8 /debian | |
parent | af88873884da184d98fffd08bf96f3b276b187a2 (diff) | |
download | initramfs-tools-f123993d1c73c906c50bcb8484e8abb5f9dd44f1.tar.gz initramfs-tools-f123993d1c73c906c50bcb8484e8abb5f9dd44f1.zip |
hook-functions: add firmware loading support
newer modinfo outputs firmware files corresponding to the
modules MODULE_FIRMWARE() field.
Take care to add them automaticaly.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b436b0a..032fa85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,9 +13,11 @@ initramfs-tools (0.88) UNRELEASED; urgency=low parse /proc/cmdline themselves (even in the Etch version). * hook-functions: Change copy_exec to use the same source and destination path if only one argument is given. - * hook-funcions: document how copy_exec determines the target path. + * hook-functions: Document how copy_exec determines the target path. + * hook-functions: Add firmware loading support to manual_add_modules(). + (closes: #355881) - -- maximilian attems <maks@debian.org> Tue, 01 May 2007 19:31:41 +0200 + -- maximilian attems <maks@debian.org> Thu, 03 May 2007 18:43:14 +0200 initramfs-tools (0.87b) unstable; urgency=low |