I haven't forgotten about this, I was just buried in getting some cross container install items to work and was behind on my patch queue.
I'll think about this more this week and see if there's an alternate solution. Bruce In message: [meta-virtualization][RFC][PATCH] meta-virt-container.inc: Install shadow in read-only rootfs on 13/06/2024 Pavel Zhukov via lists.yoctoproject.org wrote: > Podman requires /etc/sub[g]uid for rootless mode but the file is being deleted > if shadow is in ROOTFS_RO_UNNEEDED (even if different package like the > podman itself provides it) and rpm backend is used. > > Signed-off-by: Pavel Zhukov <[email protected]> > --- > conf/distro/include/meta-virt-container.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/conf/distro/include/meta-virt-container.inc > b/conf/distro/include/meta-virt-container.inc > index c3ac8394..7a8a9616 100644 > --- a/conf/distro/include/meta-virt-container.inc > +++ b/conf/distro/include/meta-virt-container.inc > @@ -38,3 +38,4 @@ VIRTUAL-RUNTIME_container_orchestration ??= "k3s" > > VIRTUAL-RUNTIME_cri ??= "virtual-containerd" > VIRTUAL-RUNTIME_cni ??= "cni" > +ROOTFS_RO_UNNEEDED:remove = " shadow" > -- > 2.44.2 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8808): https://lists.yoctoproject.org/g/meta-virtualization/message/8808 Mute This Topic: https://lists.yoctoproject.org/mt/106648146/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
