From patchwork Fri Apr 23 13:54:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] UBUNTU: [Config] enforce -- ensure dm_mod is built-in for LVM Date: Fri, 23 Apr 2010 03:54:26 -0000 From: Andy Whitcroft X-Patchwork-Id: 50815 Message-Id: <1272030866-15373-1-git-send-email-apw@canonical.com> To: kernel-team@lists.ubuntu.com 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 Acked-by: Stefan Bader Acked-by: Tim Gardner --- 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