sys-kernel/bootengine: pull ignition changes

this pulls Ignition reordering to fix Equinix Metal issues.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2024-09-20 10:26:28 +02:00
parent bb5c8a2258
commit 0fc05ab3f1
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8
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="d2e22122e8e106a21f64c048992290edc7053384" # flatcar-master
CROS_WORKON_COMMIT="f3c80fb02fe65dd3be2b0bb4727fc10985acfa9d" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi