mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
When a user creates a chroot and as a common primary group such as 'users' the groupadd command fails. Instead treat this the same as users and only fail if the group exists but has a different (such as the 'users' group not using GID 100). Hopefully this works better.