Re: [gentoo-catalyst] [PATCH 1/4] stage4: fix handling of groups, users and keys

2022-05-09 Thread Matt Turner
Thanks! Somehow these patches didn't get picked up in the mailing list archives. I've applied them locally and created a gitlab merge request for them here: https://gitlab.gentoo.org/gentoo/catalyst/-/merge_requests/1 Could you provide your Signed-off-by tag? I've pointed Patrice to the MR so

[gentoo-catalyst] [PATCH v2 4/4] stage4/users: improve log message

2022-05-09 Thread Daniel Cordero
When creating a user with no additional groups, don't print a misleading message saying the user will be created with an equals sign in the username. --- catalyst/base/stagebase.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/catalyst/base/stagebase.py