mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 05:21:23 +02:00
sys-apps/baselayout: Bump
Add missing entries to passwd and group. Updated netperf needs netperf user and group. Updated systemd needs various systemd users and groups. Dnsmasq also seems to require its own user/group. All this is added to prevent systemd-sysusers adding these to /etc/passwd. And systemd-sysusers adds these, because the updated user/group eclass in portage-stable now drops configuration files into /usr/lib/sysusers.d. Maybe at some point we will switch over to (patched?) systemd-sysusers, so this catch-up game won't be necessary, but we are not there yet.
This commit is contained in:
parent
d3ccff1f01
commit
f186c4720d
@ -9,7 +9,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="cc1be682dbd539eb4d39569531bfe548bdfb3809" # flatcar-master
|
||||
CROS_WORKON_COMMIT="c0871373412a3efb3c94b03825b64025f4f0c0fc" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user