From 00841774c97fb78f06eca4d099285a0f11a6165d Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Thu, 17 Mar 2022 12:19:46 +0100 Subject: [PATCH] changelog: add entry for lib and lib64 split --- .../changelog/changes/2022-03-17-lib-and-lib64-split.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-03-17-lib-and-lib64-split.md diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-03-17-lib-and-lib64-split.md b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-03-17-lib-and-lib64-split.md new file mode 100644 index 0000000000..d09e951e60 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-03-17-lib-and-lib64-split.md @@ -0,0 +1 @@ +- For amd64 `/usr/lib` used to be a symlink to `/usr/lib64` but now they became two separate folders as common in other distributions (and was the case for arm64 already). Compatibility symlinks exist in case `/usr/lib64` was used to access, e.g., the `modules` folder or the `systemd` folder ([PR#1713](https://github.com/flatcar-linux/coreos-overlay/pull/1713), [PR#255](https://github.com/flatcar-linux/scripts/pull/255))