aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev-extraconf
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-07-03 17:10:13 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-05 15:26:20 +0100
commit9a6cf08afd81c95abf13e6cf5e43bb8cd777edd9 (patch)
treef96407fc289d8e252b6746423a71f443298d9fec /meta/recipes-core/udev/udev-extraconf
parent4e571e97750f3ac6a62cd0d2d10c08be98230630 (diff)
downloadopenembedded-core-contrib-9a6cf08afd81c95abf13e6cf5e43bb8cd777edd9.tar.gz
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 <Xin.Ouyang@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/udev/udev-extraconf')
-rw-r--r--meta/recipes-core/udev/udev-extraconf/mount.blacklist1
1 files changed, 1 insertions, 0 deletions
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-*