Skip to content

Commit

Permalink
sys-kernel/bootengine: Ensure /etc/extensions is mergable
Browse files Browse the repository at this point in the history
This pulls in
flatcar/bootengine#78
to make the Docker/containerd sysexts show up when updating from Beta
3760.1.0.
  • Loading branch information
pothos committed Nov 28, 2023
1 parent 03796dc commit 1c352d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/bugfixes/2023-11-27-etc-extensions.md
Original file line number Diff line number Diff line change
@@ -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))
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="d262b46e4c0595e6cefa726a19b8b8c1cdf167a5" # flatcar-master
CROS_WORKON_COMMIT="848f3e5bd90183afd7ab13b1eca66f39eb8956c4" # TODO: flatcar-master
KEYWORDS="amd64 arm64"
fi

Expand Down

0 comments on commit 1c352d1

Please sign in to comment.