[PATCH 1/1] UBUNTU: [Config] enforce -- ensure dm_mod is built-in for LVM
Stefan Bader
stefan.bader at canonical.com
Fri Apr 23 14:22:02 UTC 2010
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.
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