mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 05:21:23 +02:00
sys-apps/ignition: fix package name to fetch
Update ignition to fix an internal package name to fetch. Pulls in https://github.com/flatcar-linux/ignition/pull/14
This commit is contained in:
parent
4478f93fc0
commit
a0e3a6674a
@ -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="fb5031b4508a80a1c4185f31b002738d8dd6c819" # flatcar-master
|
CROS_WORKON_COMMIT="032f6205611b2748aa3be924c215af6bd19a18b6" # flatcar-master
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user