From d9331b21e608f15c36dd521eb4b66cab13edd919 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 18 Jun 2025 10:13:54 +0200 Subject: [PATCH] changelog: add entry Signed-off-by: Mathieu Tortuyaux --- changelog/changes/2025-06-18-incus.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2025-06-18-incus.md diff --git a/changelog/changes/2025-06-18-incus.md b/changelog/changes/2025-06-18-incus.md new file mode 100644 index 0000000000..50215bbd0f --- /dev/null +++ b/changelog/changes/2025-06-18-incus.md @@ -0,0 +1 @@ +- sysext-incus: removed `/etc/subuid` and `/etc/subgid` generation for `root` user, it has to be created through initial provisioning. ([scripts#3028](https://github.com/flatcar/scripts/pull/3028))