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 static sysusers entries #56

Closed
wants to merge 1 commit into from

Conversation

cgwalters
Copy link
Member

For use with coreos/rpm-ostree#1679

@@ -7,6 +7,16 @@ tmp-is-dir: true

# Required by Ignition, and makes the system not compatible with Anaconda
machineid-compat: false
# New model
sysusers: true
Copy link
Member

Choose a reason for hiding this comment

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

Hmm, how this intersects with Ignition is interesting. Ignition allows you to specify users/groups by name for each file/dir/link. I think this means that we'd have to run sysusers too in the initrd on first boot. That would also allow us to just do a blanket systemd-tmpfiles --create --boot --root=/sysroot --prefix=/var.

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Where's the code that runs systemd-tmpfiles for Ignition today?

Copy link
Member

Choose a reason for hiding this comment

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

Today, nowhere. :)
Soon: coreos/ignition-dracut#47

@jlebon jlebon closed this Jun 13, 2019
@dustymabe
Copy link
Member

@jlebon switched over the default branch to testing-devel and deleted master. This action closed off all the pending PRs against master. If still relevant can you re-open and edit your PR to target testing-devel?

c4rt0 pushed a commit to c4rt0/fedora-coreos-config that referenced this pull request Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP PR still being worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants