[oe-commits] Jackie Huang : udev-extraconf: blacklist /dev/dm-*

git at git.openembedded.org git at git.openembedded.org
Fri Jul 5 14:39:13 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 9a6cf08afd81c95abf13e6cf5e43bb8cd777edd9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9a6cf08afd81c95abf13e6cf5e43bb8cd777edd9

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Wed Jul  3 17:10:13 2013 +0800

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 at windriver.com>
Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../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 7c7d938..e493494 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-*



More information about the Openembedded-commits mailing list