From 4c49c6b986c952137547b4ec221b46ff6faaec24 Mon Sep 17 00:00:00 2001 From: invis-z <22781620+invis-z@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:45:44 +0800 Subject: [PATCH] changelog: add entry --- changelog/bugfixes/2025-06-23-podman.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/bugfixes/2025-06-23-podman.md diff --git a/changelog/bugfixes/2025-06-23-podman.md b/changelog/bugfixes/2025-06-23-podman.md new file mode 100644 index 0000000000..a283300f5e --- /dev/null +++ b/changelog/bugfixes/2025-06-23-podman.md @@ -0,0 +1 @@ +- sysext-podman: removed `/etc/subuid` and `/etc/subgid` generation for `core` user, before this change it partially overwrites the file and causes issues. ([Flatcar#1733](https://github.com/flatcar/Flatcar/issues/1733)) This could be created through initial provisioning. ([scripts#3043](https://github.com/flatcar/scripts/pull/3043))