mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-13 19:51:03 +01:00
Merge pull request #3028 from flatcar/tormath1/incus
incus: remove subuid / subgid creation from sysext
This commit is contained in:
commit
628414b9b2
@ -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
|
||||
|
||||
|
||||
1
changelog/changes/2025-06-18-incus.md
Normal file
1
changelog/changes/2025-06-18-incus.md
Normal 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))
|
||||
Loading…
x
Reference in New Issue
Block a user