mirror of
https://github.com/containers/podman.git
synced 2026-01-27 15:29:00 -05:00
The remote user functionality was not quite correct. This PR breaks out the accumulation of user descriptions into a separate function. One odditiy is ignition must be told to NOT create the core user (or it will by default) by "adding" the core user with a set bool. [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>