All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][RFC][PATCH] meta-virt-container.inc: Install shadow in read-only rootfs
@ 2024-06-13  8:54 Pavel Zhukov
  2024-06-24 21:02 ` Bruce Ashfield
  2024-08-01 17:08 ` Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Pavel Zhukov @ 2024-06-13  8:54 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Pavel Zhukov

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 <pavel@zhukoff.net>
---
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-01 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-13  8:54 [meta-virtualization][RFC][PATCH] meta-virt-container.inc: Install shadow in read-only rootfs Pavel Zhukov
2024-06-24 21:02 ` Bruce Ashfield
2024-08-01 17:08 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.