coreos-base/coreos-cloudinit: Don't use configdrive on DigitalOcean

This pulls in
https://github.com/flatcar/coreos-cloudinit/pull/22
to prevent using the configdrive on DigitalOcean.
This commit is contained in:
Kai Lueke 2023-06-20 16:39:19 +02:00
parent 6b6fdc7ae0
commit 01baf080c8

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="eb49a8f36aa0ac6e0f372ca6404c4f5b926955ca" # flatcar-master
CROS_WORKON_COMMIT="a5d40f3d2178fed068228a66e40c2db24b2d14a9" # flatcar-master
KEYWORDS="amd64 arm64"
fi