[OE-core] [PATCH] udev: blacklist /dev/md

Saul Wold sgw at linux.intel.com
Tue Nov 8 21:02:08 UTC 2011


Do not mount /dev/md by default via udev, this resolved a problem
with the sanity test failing due to seeing the error while attempting
to mount /dev/md0

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/recipes-core/udev/files/mount.blacklist |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/udev/files/mount.blacklist b/meta/recipes-core/udev/files/mount.blacklist
index d3ebb17..7c7d938 100644
--- a/meta/recipes-core/udev/files/mount.blacklist
+++ b/meta/recipes-core/udev/files/mount.blacklist
@@ -1,3 +1,4 @@
 /dev/loop
 /dev/ram
 /dev/mtdblock
+/dev/md
-- 
1.7.6.4





More information about the Openembedded-core mailing list