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 25e20afccf
commit 9c6f713866
2 changed files with 1 additions and 1 deletions

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="2c85973e01da92c60ad3c8cdcab702b4b508d10f" # flatcar-master
CROS_WORKON_COMMIT="d2b760188acfac693dd1f54f45924c1915974b8e" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi