mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-22 01:32:17 +01:00
coreos-base/coreos-init: Use backport branch for sysupdate noop
This pulls in a change to use the old .conf extension instead of .transfer. Signed-off-by: Kai Lueke <kailuke@microsoft.com>
This commit is contained in:
parent
3f091e42b3
commit
64f1760d3d
@ -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="860090d932a0bcdf71a73619f270845a06b64af0" # flatcar-master
|
EGIT_COMMIT="e4a70e49b97fbcc427f8e2bea5f8406c10bebeac" # flatcar-4081
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user