mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +02: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
25e20afccf
commit
9c6f713866
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="2c85973e01da92c60ad3c8cdcab702b4b508d10f" # flatcar-master
|
CROS_WORKON_COMMIT="d2b760188acfac693dd1f54f45924c1915974b8e" # flatcar-master
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user