mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
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:
parent
4b49289cf5
commit
0d699bb1d1
@ -12,7 +12,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="4014d935523be7730a6e003020505197e04ed5bd" # flatcar-master
|
CROS_WORKON_COMMIT="57009f90736d99e7d2f1caf5ddf3d54b677c6132" # flatcar-master
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user