From 3aa9cd21ac2e50b477eb1db0cfc85dbf04b2cea5 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Wed, 13 Mar 2024 19:33:05 +0100 Subject: [PATCH] changelog: Add entry for zfs sysext Signed-off-by: Jeremi Piotrowski --- changelog/changes/2024-03-13-zfs.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2024-03-13-zfs.md diff --git a/changelog/changes/2024-03-13-zfs.md b/changelog/changes/2024-03-13-zfs.md new file mode 100644 index 0000000000..bef99eb451 --- /dev/null +++ b/changelog/changes/2024-03-13-zfs.md @@ -0,0 +1 @@ +- Provided a ZFS-2.2.2 Flatcar extension as optional systemd-sysext image with the release. Write 'zfs' to `/etc/flatcar/enabled-sysext.conf` through Ignition and the sysext will be installed during provisioning. ZFS support is experimental and ZFS is not supported for the root partition. ([flatcar/scripts#1742](https://github.com/flatcar/scripts/pull/1742))