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 15:49:47 +02:00
parent 4c4ec0226b
commit 8f45b6bb98
2 changed files with 1 additions and 1 deletions

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