Merge pull request #2390 from flatcar/kai/populate-always

sys-apps/baselayout: Always copy missing entries over to the database
This commit is contained in:
Kai Lüke 2023-01-20 11:56:49 +01:00 committed by GitHub
commit 829965f384
3 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Fixed a regression (in Alpha/Beta) where machines failed to boot if they didn't have the `core` user or group in `/etc/passwd` or `/etc/group` ([baselayout#26](https://github.com/flatcar/baselayout/pull/26))

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="718ae27067797175e3591020932c8873165aaf1d" # flatcar-master
CROS_WORKON_COMMIT="b2a203ff5d0c6b929b1c51a40457fbbe0c696893" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi