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-16 14:31:25 +02:00
parent 849fd81ba4
commit 43e29fce3a
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="d33a8f0e8ba16a9da632652a1ca152d4777cd575" # flatcar-3510-backport
CROS_WORKON_COMMIT="c9119b31b2e3581a96b767f34c4d2352fd5c7adf" # flatcar-3510-backport
KEYWORDS="amd64 arm arm64 x86"
fi