1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

udev-extraconf: blacklist /dev/md

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

(From OE-Core rev: 07a2825c6f4ad3e5e3970cd1a89233bd795c68cf)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold
2011-11-08 12:29:24 -08:00
committed by Richard Purdie
parent f48be2c6fa
commit b6bc04dfeb
2 changed files with 2 additions and 1 deletions
@@ -1,3 +1,4 @@
/dev/loop
/dev/ram
/dev/mtdblock
/dev/md
+1 -1
View File
@@ -3,7 +3,7 @@ DESCRIPTION = "Extra machine specific configuration files for udev, specifically
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
PR = "r1"
PR = "r2"
SRC_URI = "file://mount.blacklist \
file://COPYING.GPL"