enforce -- ensure dm_mod is built-in for LVM
On 04/23/2010 07:54 AM, 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.
>
> Signed-off-by: Andy Whitcroft<apw@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
Mangled commit log comment notwithstanding.
Acked-by: Tim Gardner <tim.gardner@canonical.com>
--
Tim Gardner tim.gardner@canonical.com
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
|