mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-23 00:22:29 +01:00
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:
parent
0d83c66a52
commit
763a48fc75
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user