sys-kernel/bootengine: Prevent a bootloop on setup-root service failure

This pulls in
https://github.com/flatcar/bootengine/pull/63
to prevent the bootloop that sometimes happened and now happens more
often, e.g., as seen with the coreos.update.badusr kola test.
This commit is contained in:
Kai Lueke 2023-06-08 15:06:25 +02:00
parent 0d83c66a52
commit 763a48fc75

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="16c5636cbfa078c6317a908354c9b0f1e101c7a3" # flatcar-3510-backport
CROS_WORKON_COMMIT="681c0791696968957dfb0d6d74558b69f4ace43e" # flatcar-3510-backport
KEYWORDS="amd64 arm arm64 x86"
fi