mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +02:00
Merge pull request #2222 from flatcar/tormath1/cloudinit
coreos-cloudinit: fix Equinix Metal cloudinit
This commit is contained in:
commit
a7f3c4df8c
1
changelog/bugfixes/2024-08-21-cloudinit-equinix.md
Normal file
1
changelog/bugfixes/2024-08-21-cloudinit-equinix.md
Normal file
@ -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))
|
@ -10,7 +10,7 @@ inherit git-r3 systemd toolchain-funcs udev coreos-go
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
else
|
||||
EGIT_COMMIT="f78b9f7b484497c610c8a159aa971234d384d215" # flatcar-master
|
||||
EGIT_COMMIT="f3aaab923de5075524780716635f25564b5e6934" # flatcar-master
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user