Merge pull request #1790 from flatcar/gabriel-samfira/bump-coreos-cloudinit

Update coreos-cloudinit to latest main branch
This commit is contained in:
Gabriel 2024-03-27 19:59:02 +02:00 committed by GitHub
commit 7db8df4ea4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Disabled user-configdrive.service on OpenStack when config drive is used, which caused the hostname to be overwritten. The coreos-cloudinit.service unit already runs on OpenStack if the system is not configured via ignition. ([Flatcar#1385](https://github.com/flatcar/Flatcar/issues/1385))

View File

@ -12,7 +12,7 @@ inherit cros-workon systemd toolchain-funcs udev coreos-go
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="a7bc5f0050ab3493807ec69977cda26b882b4aad" # flatcar-master
CROS_WORKON_COMMIT="f78b9f7b484497c610c8a159aa971234d384d215" # flatcar-master
KEYWORDS="amd64 arm64"
fi