Merge pull request #3028 from flatcar/tormath1/incus

incus: remove subuid / subgid creation from sysext
This commit is contained in:
Mathieu Tortuyaux 2025-06-20 16:07:20 +02:00 committed by GitHub
commit 628414b9b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,6 @@ mkdir -p ./usr/lib/tmpfiles.d
pushd ./usr/lib/tmpfiles.d
cat <<EOF >./10-incus.conf
d /var/lib/lxc/rootfs 0755 root root - -
w+ /etc/subuid - - - - root:1065536:65536
w+ /etc/subgid - - - - root:1065536:65536
EOF
popd

View File

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