From 35add92e0707b47a3f64f7c2c72df8c9af0594d0 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 30 Aug 2023 17:59:28 +0200 Subject: [PATCH] changelog: add entry Signed-off-by: Mathieu Tortuyaux --- changelog/changes/2023-08-30-sysext-for-aws-oem.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2023-08-30-sysext-for-aws-oem.md diff --git a/changelog/changes/2023-08-30-sysext-for-aws-oem.md b/changelog/changes/2023-08-30-sysext-for-aws-oem.md new file mode 100644 index 00000000000..1c8a10cc160 --- /dev/null +++ b/changelog/changes/2023-08-30-sysext-for-aws-oem.md @@ -0,0 +1 @@ +- AWS OEM images now uses systemd-sysext image for layering additional platform-specific software on top of `/usr`. The OEM software is still not updated but this will be added soon.