UBUNTU: d-i: Move multipath modules into their own udeb
authorStefan Bader <stefan.bader@canonical.com>
Tue, 20 Mar 2012 15:56:38 +0000 (16:56 +0100)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 2 Apr 2012 20:22:49 +0000 (13:22 -0700)
Currently the installer uses a special handling to find the multipath
module(s). To get rid of that deviation to Debian it would be good to
have them in their own udeb.

BugLink: http://bugs.launchpad.net/bugs/959749
BugLink: http://bugs.launchpad.net/bugs/598251

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>

debian.master/d-i/modules/md-modules
debian.master/d-i/modules/multipath-modules [new file with mode: 0644]
debian.master/d-i/package-list

index 9b43a3f..18d0214 100644 (file)
@@ -1,4 +1,3 @@
-dm-multipath ?
 dm-crypt ?
 dm-zero ?
 faulty ?
diff --git a/debian.master/d-i/modules/multipath-modules b/debian.master/d-i/modules/multipath-modules
new file mode 100644 (file)
index 0000000..3516fde
--- /dev/null
@@ -0,0 +1,2 @@
+dm-multipath ?
+dm-round-robin ?
index b977acd..e899056 100644 (file)
@@ -188,3 +188,9 @@ Depends: kernel-image
 Priority: standard
 Description: ipmi modules
 
+Package: multipath-modules
+Depends: kernel-image
+Priority: extra
+Description: DM-Multipath support
+  This package contains modules for device-mapper multipath support.
+