diff mbox

[Precise] d-i: Fix module name for dm-raid45

Message ID 1333119133-17796-1-git-send-email-stefan.bader@canonical.com
State New
Headers show

Commit Message

Stefan Bader March 30, 2012, 2:52 p.m. UTC
Another doh! Probably just went unnoticed because not so
many people install into fakeraid or mdadm which became
more intelligent at some point.

In my testing it was not intelligent enough (or me). While
mdadm detected the softraid partitions/volumes, it would
not make then writeable.

Talking to cjwatson he asked me to add back the dm-raid45
module. So here the patch is.

-Stefan

From f14a989480b113c4b226ae26b5b57efd8ae0a7cd Mon Sep 17 00:00:00 2001
From: Stefan Bader <stefan.bader@canonical.com>
Date: Fri, 30 Mar 2012 16:10:50 +0200
Subject: [PATCH] UBUNTU: d-i: Fix module name for dm-raid45

This was incorrectly named in the md-modules section.

BugLink: http://bugs.launchpad.net/bugs/969248

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
---
 debian.master/d-i/modules/md-modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Tim Gardner March 30, 2012, 3:07 p.m. UTC | #1

diff mbox

Patch

diff --git a/debian.master/d-i/modules/md-modules b/debian.master/d-i/modules/md-modules
index 18d0214..c62b21e 100644
--- a/debian.master/d-i/modules/md-modules
+++ b/debian.master/d-i/modules/md-modules
@@ -9,5 +9,5 @@  raid10 ?
 raid456 ?
 
 # Extras
-dm-raid4-5 ?
+dm-raid45 ?
 dm-loop ?