sys-apps/ignition: Fix null pointer deref crash for OEM FS

This pulls in
https://github.com/kinvolk/ignition/pull/25
This commit is contained in:
Kai Lueke 2021-08-19 15:40:49 +02:00
parent 4b49289cf5
commit 0d699bb1d1

View File

@ -12,7 +12,7 @@ inherit coreos-go cros-workon systemd udev
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="4014d935523be7730a6e003020505197e04ed5bd" # flatcar-master
CROS_WORKON_COMMIT="57009f90736d99e7d2f1caf5ddf3d54b677c6132" # flatcar-master
KEYWORDS="amd64 arm64"
fi