[oe-commits] [openembedded-core] 07/11: udev-extraconf: move md* and dm* from mount blacklist

git at git.openembedded.org git at git.openembedded.org
Thu Mar 21 23:33:50 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d9e1f45ab6a4ba3842a7b125e6ca778508af6113
Author: Liwei Song <liwei.song at windriver.com>
AuthorDate: Wed Mar 20 23:19:11 2019 -0400

    udev-extraconf: move md* and dm* from mount blacklist
    
    When use rootfs.img as rootfs, root=/dev/ram0 was set, init will
    search rootfs.img from all automount point, if deploy it to MD or DM
    device, rootfs.img will not be found, then boot failed.
    
    Do not black MD and DM device to allow boot from raid disk or raid
    LVM volume.
    
    Signed-off-by: Liwei Song <liwei.song at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/udev/udev-extraconf/mount.blacklist | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-core/udev/udev-extraconf/mount.blacklist b/meta/recipes-core/udev/udev-extraconf/mount.blacklist
index e493494..d3ebb17 100644
--- a/meta/recipes-core/udev/udev-extraconf/mount.blacklist
+++ b/meta/recipes-core/udev/udev-extraconf/mount.blacklist
@@ -1,5 +1,3 @@
 /dev/loop
 /dev/ram
 /dev/mtdblock
-/dev/md
-/dev/dm-*

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list