[PATCH 1/1] UBUNTU: [Config] enforce -- ensure dm_mod is built-in for LVM

Andy Whitcroft apw at canonical.com
Fri Apr 23 15:14:26 UTC 2010


On Fri, Apr 23, 2010 at 04:22:02PM +0200, Stefan Bader wrote:
> Andy Whitcroft wrote:
> > BugLink: http://bugs.launchpad.net/bugs/560717
> > 
> > We much build-in dm-mod otherwise LVM cannot activate on boot,
> > ensure this is so.

We must build-in ...

> 
> Patch looks ok. Description does not parse for me. How about
> 
> We need to make dm-mod a built-in...
> 
> For patch itself
> > Signed-off-by: Andy Whitcroft <apw at canonical.com>
> Acked-by: Stefan Bader <stefan.bader at canonical.com>
> > ---
> >  debian/config/enforce |    3 +++
> >  1 files changed, 3 insertions(+), 0 deletions(-)
> > 
> > diff --git a/debian/config/enforce b/debian/config/enforce
> > index f879680..8180e94 100644
> > --- a/debian/config/enforce
> > +++ b/debian/config/enforce
> > @@ -32,3 +32,6 @@ value CONFIG_DEVTMPFS_MOUNT y
> >  
> >  # Ramdisk size should be a minimum of 64M
> >  value CONFIG_BLK_DEV_RAM_SIZE 65536
> > +
> > +# LVM requires dm_mod built in to activate correctly (LP: #560717)
> > +value CONFIG_BLK_DEV_DM y
> 




More information about the kernel-team mailing list