Skip to content

Commit

Permalink
Merge pull request #2222 from flatcar/scripts
Browse files Browse the repository at this point in the history
coreos-cloudinit: fix Equinix Metal cloudinit
  • Loading branch information
jepio committed Aug 21, 2024
2 parents eae2d0a + d71c622 commit ca71d86
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-08-21-cloudinit-equinix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed oem-cloudinit.service on Equinix Metal. The availability check now uses the https://metadata.platformequinix.com/metadata endpoint. ([scripts#2222](https://github.com/flatcar/scripts/pull/2222))
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inherit cros-workon systemd toolchain-funcs udev coreos-go
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="f78b9f7b484497c610c8a159aa971234d384d215" # flatcar-master
CROS_WORKON_COMMIT="f3aaab923de5075524780716635f25564b5e6934" # flatcar-master
KEYWORDS="amd64 arm64"
fi

Expand Down

0 comments on commit ca71d86

Please sign in to comment.