-
Notifications
You must be signed in to change notification settings - Fork 159
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
Conversation
@@ -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 |
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep see coreos/fedora-coreos-tracker#155
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 switched over the default branch to |
rdgo: Fix branch for ignition
For use with coreos/rpm-ostree#1679