diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2013-07-03 17:10:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-05 15:26:20 +0100 |
commit | 9a6cf08afd81c95abf13e6cf5e43bb8cd777edd9 (patch) | |
tree | f96407fc289d8e252b6746423a71f443298d9fec /meta/recipes-core | |
parent | 4e571e97750f3ac6a62cd0d2d10c08be98230630 (diff) | |
download | openembedded-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')
-rw-r--r-- | meta/recipes-core/udev/udev-extraconf/mount.blacklist | 1 |
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 7c7d9380025..e49349428bd 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-* |