Skip to content

Commit

Permalink
Merge pull request #1790 from flatcar/scripts
Browse files Browse the repository at this point in the history
Update coreos-cloudinit to latest main branch
  • Loading branch information
pothos committed Apr 2, 2024
2 parents 52c9f1f + 2016e75 commit 347bb91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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))
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="47d54a38e766a30c7ab9caabf2292e885505ffe0" # flatcar-master
CROS_WORKON_COMMIT="7412fe91604b67d2ba66306726288392c3017403" # flatcar-3815-backport
KEYWORDS="amd64 arm64"
fi

Expand Down

0 comments on commit 347bb91

Please sign in to comment.