Merge pull request #2553 from flatcar/coreos-overlay

sys-kernel/bootengine: fix journalctl --user issue
This commit is contained in:
Kai Lueke 2023-04-05 00:48:25 +09:00
commit ca72fdc761
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Fixed `journalctl --user` permission issue ([Flatcar#989](https://github.com/flatcar/Flatcar/issues/989))

View File

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