diff mbox

[1/1] UBUNTU: [Config] ports -- build in dm-mod to enable LVM boot

Message ID 1271951240-22048-1-git-send-email-apw@canonical.com
State Accepted
Headers show

Commit Message

Andy Whitcroft April 22, 2010, 3:47 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/560717

Build-in dm-mod as otherwise LVM cannot activate on boot.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
---
 debian.master/config/config.common.ports |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Tim Gardner April 22, 2010, 4:01 p.m. UTC | #1
On 04/22/2010 09:47 AM, Andy Whitcroft wrote:
> BugLink: http://bugs.launchpad.net/bugs/560717
>
> Build-in dm-mod as otherwise LVM cannot activate on boot.
>
> Signed-off-by: Andy Whitcroft<apw@canonical.com>
> ---
>   debian.master/config/config.common.ports |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports
> index d0d9c8c..6e1517c 100644
> --- a/debian.master/config/config.common.ports
> +++ b/debian.master/config/config.common.ports
> @@ -286,7 +286,7 @@ CONFIG_BLK_DEV_CRYPTOLOOP=m
>   # CONFIG_BLK_DEV_CS5530 is not set
>   CONFIG_BLK_DEV_DAC960=m
>   # CONFIG_BLK_DEV_DELKIN is not set
> -CONFIG_BLK_DEV_DM=m
> +CONFIG_BLK_DEV_DM=y
>   # CONFIG_BLK_DEV_GENERIC is not set
>   # CONFIG_BLK_DEV_HD is not set
>   # CONFIG_BLK_DEV_HPT366 is not set

This patch makes the ports config setting consistent with ubuntu

Acked-by: Tim Gardner <tim.gardner@canonical.com>
Leann Ogasawara April 22, 2010, 4:22 p.m. UTC | #2
On Thu, 2010-04-22 at 10:01 -0600, Tim Gardner wrote:
> On 04/22/2010 09:47 AM, Andy Whitcroft wrote:
> > BugLink: http://bugs.launchpad.net/bugs/560717
> >
> > Build-in dm-mod as otherwise LVM cannot activate on boot.
> >
> > Signed-off-by: Andy Whitcroft<apw@canonical.com>
> > ---
> >   debian.master/config/config.common.ports |    2 +-
> >   1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports
> > index d0d9c8c..6e1517c 100644
> > --- a/debian.master/config/config.common.ports
> > +++ b/debian.master/config/config.common.ports
> > @@ -286,7 +286,7 @@ CONFIG_BLK_DEV_CRYPTOLOOP=m
> >   # CONFIG_BLK_DEV_CS5530 is not set
> >   CONFIG_BLK_DEV_DAC960=m
> >   # CONFIG_BLK_DEV_DELKIN is not set
> > -CONFIG_BLK_DEV_DM=m
> > +CONFIG_BLK_DEV_DM=y
> >   # CONFIG_BLK_DEV_GENERIC is not set
> >   # CONFIG_BLK_DEV_HD is not set
> >   # CONFIG_BLK_DEV_HPT366 is not set
> 
> This patch makes the ports config setting consistent with ubuntu
> 
> Acked-by: Tim Gardner <tim.gardner@canonical.com>

Acked-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Andy Whitcroft April 22, 2010, 4:55 p.m. UTC | #3
Applied to Lucid.

-apw
diff mbox

Patch

diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports
index d0d9c8c..6e1517c 100644
--- a/debian.master/config/config.common.ports
+++ b/debian.master/config/config.common.ports
@@ -286,7 +286,7 @@  CONFIG_BLK_DEV_CRYPTOLOOP=m
 # CONFIG_BLK_DEV_CS5530 is not set
 CONFIG_BLK_DEV_DAC960=m
 # CONFIG_BLK_DEV_DELKIN is not set
-CONFIG_BLK_DEV_DM=m
+CONFIG_BLK_DEV_DM=y
 # CONFIG_BLK_DEV_GENERIC is not set
 # CONFIG_BLK_DEV_HD is not set
 # CONFIG_BLK_DEV_HPT366 is not set