Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] udev: blacklist /dev/md
@ 2011-11-08 21:02 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2011-11-08 21:02 UTC (permalink / raw)
  To: openembedded-core

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@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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-08 21:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 21:02 [PATCH] udev: blacklist /dev/md Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox