From d35a6c7de5aeb4620326aaf805ef1d26206635f2 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 16 May 2023 11:52:53 +0200 Subject: [PATCH] changelog: Add an entry --- changelog/changes/2023-05-16-oem-mountpoint.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2023-05-16-oem-mountpoint.md diff --git a/changelog/changes/2023-05-16-oem-mountpoint.md b/changelog/changes/2023-05-16-oem-mountpoint.md new file mode 100644 index 0000000000..0243e26566 --- /dev/null +++ b/changelog/changes/2023-05-16-oem-mountpoint.md @@ -0,0 +1 @@ +- Moved a mountpoint of the OEM partition from `/usr/share/oem` to `/oem`. `/usr/share/oem` became a symlink to `/oem` for backward compatibility. Despite the move, the initrd images providing files through `/usr/share/oem` should keep using `/usr/share/oem`. The move was done to enable activating the OEM sysext images that are placed in the OEM partition.