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 27, 2023
1 parent 03796dc commit c28d229
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 ([bootengine#78](https://github.com/flatcar/bootengine/pull/78))
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="10cea163fa12a5686e367041bc9254b30461f261" # flatcar-master
CROS_WORKON_COMMIT="9fb184dca336552ba0bcf9cb2ad0aacd0a173e89" # TODO: flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit c28d229

Please sign in to comment.