mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-22 17:52:12 +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
7119a4838a
commit
0b80b01137
@ -8,8 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
EGIT_BRANCH="flatcar-4081-backport"
|
||||
EGIT_COMMIT="0900245444ab5a4af480805ab51986bbd58ffc7f" # flatcar-4081-backport
|
||||
EGIT_COMMIT="d615ae62f1a779bca374855c6e525b2ce064665e" # flatcar-4081-backport
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user