flatcar-scripts/sdk_container
Michael Marineau 868cb54029 fix(sys-apps/baselayout): Use custom script to generate /etc/group
I misunderstood the documentation for systemd-tmpfiles, if a string to
write to a file is provided it will always write it, even if the file
already exists and doesn't need to be created. This means that using
tmpfiles to initialize /etc/group results appending each boot.

Instead use a little script instead, also initialize passwd and shadow
so that the `passwd` command works for the core user.

Make use of the systemd eclass where applicable.
2014-03-03 11:35:02 -08:00
..
src/third_party/coreos-overlay fix(sys-apps/baselayout): Use custom script to generate /etc/group 2014-03-03 11:35:02 -08:00