summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev
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:34:21 +0100
commit8e10031d9d5c9c4131d37f7e1b7a3e8fbf5496a7 (patch)
tree0ad2f7e6185ea766fa8f86720da7ef98c39f0da2 /meta/recipes-core/udev
parentcb534214286cb59f1ac377b6f1643c923c1289b1 (diff)
downloadpoky-8e10031d9d5c9c4131d37f7e1b7a3e8fbf5496a7.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. (From OE-Core rev: 9a6cf08afd81c95abf13e6cf5e43bb8cd777edd9) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev')
-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 @@
2/dev/ram 2/dev/ram
3/dev/mtdblock 3/dev/mtdblock
4/dev/md 4/dev/md
5/dev/dm-*