Merge pull request #2308 from flatcar/tormath1/ignition

sys-kernel/bootengine: pull ignition changes
This commit is contained in:
Mathieu Tortuyaux 2024-09-16 14:20:57 +02:00 committed by GitHub
commit 7234433f87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Equinix Metal: fixed race condition on 'mount' Ignition stage ([scripts#2308](https://github.com/flatcar/scripts/pull/2308))

View File

@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/bootengine.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_COMMIT="d2e22122e8e106a21f64c048992290edc7053384" # flatcar-master
EGIT_COMMIT="f3c80fb02fe65dd3be2b0bb4727fc10985acfa9d" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi