mirror of
https://github.com/qemu/qemu.git
synced 2026-09-21 22:14:32 +00:00
root already exists, so this step fails with: useradd: UID 0 is not unique The setup where it happens is when working on QEMU using a dev container with podman, with default root user being mapped to host user. In this case, uid in container is 0 but effective uid on host is user's id. Tested-by: John Snow <jsnow@redhat.com> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Link: https://lore.kernel.org/qemu-devel/20260917221117.274619-4-pierrick.bouvier@oss.qualcomm.com Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>