diff --git a/changelog/changes/2024-09-05-sbin-merge.md b/changelog/changes/2024-09-05-sbin-merge.md new file mode 100644 index 0000000000..269d14450c --- /dev/null +++ b/changelog/changes/2024-09-05-sbin-merge.md @@ -0,0 +1 @@ +- The `/usr/sbin` directory is now merged into `/usr/bin`, so the former became a symlink to the latter. The SDK now has the same base layout as the generic images. ([flatcar/scripts#2068](https://github.com/flatcar/scripts/pull/2068))