Bug#511903: lvm2s initramfs should add multipath as a prereq

Guido Günther agx at sigxcpu.org
Thu Feb 5 20:27:41 UTC 2009


On Thu, Feb 05, 2009 at 09:26:13PM +0100, Guido Günther wrote:
> tags 511903 + patch
> 
> Hi,
> otherwise rootfs on multipath can't work. Patch attached.
Here's the trivial patch:

diff --git a/debian/initramfs-tools/scripts/local-top/lvm2 b/debian/initramfs-tools/scripts/local-top/lvm2
index d9b2205..553ee0e 100644
--- a/debian/initramfs-tools/scripts/local-top/lvm2
+++ b/debian/initramfs-tools/scripts/local-top/lvm2
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-PREREQ="mdadm mdrun"
+PREREQ="mdadm mdrun multipath"
 
 prereqs()
 {

Cheers,
 -- Guido





More information about the pkg-lvm-maintainers mailing list