mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
update_engine/bootengine: Clean up incomplete move target
This pulls in https://github.com/flatcar/update_engine/pull/29 and https://github.com/flatcar/bootengine/pull/76 to fix the problem of not being able to update from ≤ 3619.0.0 on Azure.
This commit is contained in:
parent
7615bd179f
commit
aaecc8f8b6
@ -0,0 +1 @@
|
||||
- Fixed the postinstall hook failure when updating from Azure instances without OEM systemd-sysext images to Flatcar Alpha 3745.x.y ([update_engine#29](https://github.com/flatcar/update_engine/pull/29))
|
@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="f9211bc0bd210499ee7e231c6515064cc29ded64" # flatcar-master
|
||||
CROS_WORKON_COMMIT="a95d6d86c019ebe33a605cf03cb6e0b3a8405056" # flatcar-master
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
|
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="49aa12ae92a40918dbdf40769b2bff2b12942133" # flatcar-master
|
||||
CROS_WORKON_COMMIT="102a4cddcac56174c8533abb53f0a42562433014" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user