From 9a6cf08afd81c95abf13e6cf5e43bb8cd777edd9 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 3 Jul 2013 17:10:13 +0800 Subject: udev-extraconf: blacklist /dev/dm-* Do not mount /dev/dm-* by default via udev, this is the default behavior for most distos and WRLinux4.x. This resolved a problem with the sanity test failing due to seeing the error while attempting to mount new logical volumes without fs. Signed-off-by: Xin Ouyang Signed-off-by: Jackie Huang Signed-off-by: Saul Wold --- meta/recipes-core/udev/udev-extraconf/mount.blacklist | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/udev/udev-extraconf/mount.blacklist b/meta/recipes-core/udev/udev-extraconf/mount.blacklist index 7c7d938002..e49349428b 100644 --- a/meta/recipes-core/udev/udev-extraconf/mount.blacklist +++ b/meta/recipes-core/udev/udev-extraconf/mount.blacklist @@ -2,3 +2,4 @@ /dev/ram /dev/mtdblock /dev/md +/dev/dm-* -- cgit 1.2.3-korg