changelog: add entry for lib and lib64 split

This commit is contained in:
Kai Lueke 2022-03-17 12:19:46 +01:00
parent bfbf373f20
commit 00841774c9

View File

@ -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))