Skip to content

Commit

Permalink
Merge pull request #2308 from flatcar/tormath1/ignition
Browse files Browse the repository at this point in the history
sys-kernel/bootengine: pull ignition changes
  • Loading branch information
tormath1 authored Sep 16, 2024
2 parents c7d080b + 677bcda commit 7234433
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/bugfixes/2024-09-16-ignition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Equinix Metal: fixed race condition on 'mount' Ignition stage ([scripts#2308](https://github.com/flatcar/scripts/pull/2308))
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7234433

Please sign in to comment.