coreos-base/coreos-cloudinit: Workaround for user-configvirtfs.service

This pulls in
https://github.com/flatcar/coreos-cloudinit/pull/24
as a workaround to use Upholds= which eventually starts
user-configvirtfs.service.
This commit is contained in:
Kai Lueke 2023-09-21 16:01:49 +02:00
parent ccf7f524ab
commit 79ac1346f6

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="2c383a41a1718f66be2add7f58a885df5b89d86f" # flatcar-master
CROS_WORKON_COMMIT="fb83d71688d1fa44a196d34fbb998bec73fe01e1" # flatcar-3510-backport
KEYWORDS="amd64 arm64"
fi