mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +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
03796dcabd
commit
5a2c696e21
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
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="d262b46e4c0595e6cefa726a19b8b8c1cdf167a5" # flatcar-master
|
CROS_WORKON_COMMIT="a9b9beec3dbb5aac105fb73e68c3cead23a2236c" # flatcar-master
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user