Merge pull request #1790 from flatcar/scripts

Update coreos-cloudinit to latest main branch
This commit is contained in:
Kai Lueke 2024-04-02 13:13:43 +09:00
commit b257967654
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="47d54a38e766a30c7ab9caabf2292e885505ffe0" # flatcar-master
CROS_WORKON_COMMIT="7412fe91604b67d2ba66306726288392c3017403" # flatcar-3815-backport
KEYWORDS="amd64 arm64"
fi