Merge pull request #1790 from flatcar/scripts

Update coreos-cloudinit to latest main branch
This commit is contained in:
Kai Lueke 2024-03-29 11:54:33 +09:00
commit b46880d3ae
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