mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-22 17:52:12 +01:00
coreos-base/coreos-init: Add noop systemd-sysupdate transfer config
This pulls in https://github.com/flatcar/init/pull/139 as workaround for https://github.com/flatcar/flatcar/issues/1979 and should be backported to Alpha/Beta. Signed-off-by: Kai Lueke <kailuke@microsoft.com>
This commit is contained in:
parent
0d4725c8d2
commit
ce1e3054dd
@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
EGIT_COMMIT="8bd8a82fb22bc46ea2cf7da94d58655e102ca26d" # flatcar-master
|
EGIT_COMMIT="860090d932a0bcdf71a73619f270845a06b64af0" # flatcar-master
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user