Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifest: add shadow-utils and pam when users are created #741

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

achilleas-k
Copy link
Member

org.osbuild.users runs useradd, usermod, passwd, and mkhomedir_helper in the os tree using chroot. Most image types should already have the required packages, but some minimal image types, like 'tar' don't, so let's add them for the stage to run and to enable user management in the image.

Fixes #724

org.osbuild.users runs useradd, usermod, passwd, and mkhomedir_helper in
the os tree using chroot. Most image types should already have the
required packages, but some minimal image types, like 'tar' don't, so
let's add them for the stage to run and to enable user management in the
image.
Copy link
Member

@thozza thozza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks!

Copy link
Contributor

@bcl bcl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@bcl bcl added this pull request to the merge queue Jun 10, 2024
Merged via the queue into osbuild:main with commit b6fd436 Jun 11, 2024
16 of 17 checks passed
@achilleas-k achilleas-k deleted the tar/shadow-utils branch June 11, 2024 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

force_password_reset fails when building tar image type
3 participants