diff options
| author | maximilian attems <maks@debian.org> | 2007-08-08 01:02:16 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2007-08-08 01:02:16 +0200 |
| commit | ccb150b16473ce974a0fbbb236c0dd95a022ec43 (patch) | |
| tree | da4989f298df3f46b610b3976acf40dfd49626af /debian | |
| parent | f917408f4bb541f44973be3f7ef4a48ba6528e9a (diff) | |
| download | initramfs-tools-ccb150b16473ce974a0fbbb236c0dd95a022ec43.tar.gz initramfs-tools-ccb150b16473ce974a0fbbb236c0dd95a022ec43.zip | |
hook-functions: fix dep_add_modules() for lvm, md and luks root
a better shot and try for finding the underlying root devices
in the case of MODULES=dep and /sys walk.
dep_add_modules() should be splitted..
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 60f216b..f0da4a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -initramfs-tools (0.90) UNRELEASED; urgency=low +initramfs-tools (0.90~beta1) UNRELEASED; urgency=low [ maximilian attems ] * hook-functions: Fix xen i386 boots with optimized 2.5. (closes: 420754) @@ -6,11 +6,13 @@ initramfs-tools (0.90) UNRELEASED; urgency=low * debian/control: Bump dep on klibc-utils from etch. (closes: 435031) * scripts/functions: Implement non-zero panic bootarg. Style fix for maybe_break(). + * hook-functions: dep_add_modules() fix for md, lv, luks root. + (closes: #426917, #429237, #426446) [ David Härdeman ] * hook-functions: Protect all variable with local, plus coding style fixes. - -- maximilian attems <maks@debian.org> Tue, 07 Aug 2007 14:09:18 +0200 + -- maximilian attems <maks@debian.org> Wed, 08 Aug 2007 00:50:22 +0200 initramfs-tools (0.89) unstable; urgency=low |
