linux-automation / meta-lxatac

Build your own LXA TAC images and bundles
MIT License
5 stars 15 forks source link

meta-lxatac-software: passwd: reserve uid/gid for systemd-journal-upload #92

Closed hnez closed 7 months ago

hnez commented 7 months ago

The tacos base install does not install / configure systemd-journal-upload, but the Pengutronix-Internal derived images do. Register the uid/gid here, as systemd-journal-upload is generally useful when managing a fleet of TACs.

The first commit in this PR also removes redundant information from the passwd file. I've made sure that the /etc/passwd file that makes it into the image is exactly the same with or without the home directory and shell entries.