Merge pull request #2553 from flatcar/tormath1/journald

sys-kernel/bootengine: fix journalctl --user issue
This commit is contained in:
Mathieu Tortuyaux 2023-03-30 15:23:59 +02:00 committed by GitHub
commit f91e85b4fc
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