Add an overlaybd sysext with that and accelerated-container-image

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2025-07-28 14:40:06 +01:00 committed by Thilo Fromm
parent 65913a94f6
commit bac06fe408
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
EXTRA_SYSEXTS=(
"overlaybd|sys-fs/overlaybd,app-containers/accelerated-container-image"
"incus|app-containers/incus"
"nvidia-drivers-535|x11-drivers/nvidia-drivers:0/535|-kernel-open persistenced|amd64"
"nvidia-drivers-535-open|x11-drivers/nvidia-drivers:0/535|kernel-open persistenced|amd64"

View File

@ -0,0 +1,3 @@
* Added [overlaybd](https://containerd.github.io/overlaybd/) system extension to support accelerated container images.
The extension includes both [overlaybd](https://github.com/containerd/overlaybd/) as well as [accelerated-container-image](https://github.com/containerd/accelerated-container-image) tools.
Add `overlaybd` to [`/etc/flatcar/enabled-sysext.conf`](https://www.flatcar.org/docs/latest/provisioning/sysext/) to check it out.