mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 05:21:23 +02:00
sys-apps/baselayout: Always copy missing entries over to the database
This pulls in https://github.com/flatcar/baselayout/pull/26 to fix the regression in Alpha/Beta (itself a fix for another regression) where systemd-tmpfiles bailed if /etc/passwd|group didn't have the core user, now solved by always copying missing entries over to the databases, not only if the files didn't exist.
This commit is contained in:
parent
8eb7612f78
commit
363ac15ddb
1
sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2023-01-17-tmpfiles.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2023-01-17-tmpfiles.md
vendored
Normal 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))
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user