sys-apps/baselayout: remove duplicates of acct-user|group

This pulls in
https://github.com/flatcar-linux/baselayout/pull/23
to remove user entries which get safely created through
https://github.com/flatcar-linux/scripts/pull/227
using the acct-user ID allocations for systemd-sysusers.
This commit is contained in:
Kai Lueke 2022-02-16 18:27:44 +01:00
parent 6d0d5625f1
commit 14bf508412

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="ed371d9e166b86fdf181d38b273f43834e82350b" # flatcar-master
CROS_WORKON_COMMIT="718ae27067797175e3591020932c8873165aaf1d" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi