Installing an image without lvm2-udevrules using Anaconda would
produce an un-bootable system because "/dev/mapper/xxx" files are
not created.

Signed-off-by: Ovidiu Panait <ovidiu.pan...@windriver.com>
---
 .../packagegroups/packagegroup-anaconda-support.bb               | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/recipes-installersupport/packagegroups/packagegroup-anaconda-support.bb 
b/recipes-installersupport/packagegroups/packagegroup-anaconda-support.bb
index 3f3f41e..21d69b6 100644
--- a/recipes-installersupport/packagegroups/packagegroup-anaconda-support.bb
+++ b/recipes-installersupport/packagegroups/packagegroup-anaconda-support.bb
@@ -12,6 +12,7 @@ RDEPENDS_${PN} = " \
     efibootmgr \
     kmod \
     lvm2 \
+    lvm2-udevrules \
     util-linux-mount \
     util-linux-switch-root \
     init-ifupdown \
-- 
2.20.1

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to