sys-apps/ignition: Point to latest flatcar-master for VMware fixes

Pulls in https://github.com/flatcar-linux/ignition/pull/11 to fix VMware
guestinfo variable retrieval and add the missing *.config.url variable.
This commit is contained in:
Kai Lüke 2020-04-17 17:10:27 +02:00
parent ac7560e3ca
commit 4400fdb6f9
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ inherit coreos-go cros-workon systemd udev
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="2159a10b5a2bd03ff830257ad580c23cb3a0c29d" # flatcar-master CROS_WORKON_COMMIT="fb5031b4508a80a1c4185f31b002738d8dd6c819" # flatcar-master
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi