r652 - in lvm2/branches/lenny/debian: . initramfs-tools/scripts/local-top

Bastian Blank waldi at alioth.debian.org
Mon Feb 23 00:11:34 UTC 2009


Author: waldi
Date: Mon Feb 23 00:11:34 2009
New Revision: 652

Log:
* debian/changelog: Update.
* debian/initramfs-tools/scripts/local-top/lvm2: Add multipath as prereq.


Modified:
   lvm2/branches/lenny/debian/changelog
   lvm2/branches/lenny/debian/initramfs-tools/scripts/local-top/lvm2

Modified: lvm2/branches/lenny/debian/changelog
==============================================================================
--- lvm2/branches/lenny/debian/changelog	(original)
+++ lvm2/branches/lenny/debian/changelog	Mon Feb 23 00:11:34 2009
@@ -1,3 +1,9 @@
+lvm2 (2.02.39-7) UNRELEASED; urgency=low
+
+  * Add multipath as prereq of initramfs-tools script. (closes: #511903)
+
+ -- Bastian Blank <waldi at debian.org>  Mon, 23 Feb 2009 01:10:29 +0100
+
 lvm2 (2.02.39-6) unstable; urgency=low
 
   * Readd a vgchange binary into the initramfs. At least cryptsetup depends on

Modified: lvm2/branches/lenny/debian/initramfs-tools/scripts/local-top/lvm2
==============================================================================
--- lvm2/branches/lenny/debian/initramfs-tools/scripts/local-top/lvm2	(original)
+++ lvm2/branches/lenny/debian/initramfs-tools/scripts/local-top/lvm2	Mon Feb 23 00:11:34 2009
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-PREREQ="mdadm mdrun"
+PREREQ="mdadm mdrun multipath"
 
 prereqs()
 {



More information about the pkg-lvm-commits mailing list