mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
coreos-base/update_engine: Ensure /etc/extensions is mergable
This pulls in https://github.com/flatcar/update_engine/pull/32 to make the Docker/containerd sysexts show up when updating from Beta 3760.1.0.
This commit is contained in:
parent
de4f8c45e7
commit
8ceef8c11a
1
changelog/bugfixes/2023-11-27-etc-extensions.md
Normal file
1
changelog/bugfixes/2023-11-27-etc-extensions.md
Normal file
@ -0,0 +1 @@
|
||||
- Fixed the missing `/etc/extensions/` symlinks for the inbuilt Docker/containerd systemd-sysext images on update from Beta 3760.1.0 ([update_engine#32](https://github.com/flatcar/update_engine/pull/32))
|
||||
@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="0749fb68944de017c638fbfc592cfca83885fe45" # flatcar-3760-backport
|
||||
CROS_WORKON_COMMIT="322922fe1b0168b43c90915eced8873913c91182" # flatcar-3760-backport
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user