Skip to content

Commit 628414b

Browse files
authored
Merge pull request #3028 from flatcar/tormath1/incus
incus: remove subuid / subgid creation from sysext
2 parents e4a69ba + b1d1157 commit 628414b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build_library/sysext_mangle_flatcar-incus

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ mkdir -p ./usr/lib/tmpfiles.d
1414
pushd ./usr/lib/tmpfiles.d
1515
cat <<EOF >./10-incus.conf
1616
d /var/lib/lxc/rootfs 0755 root root - -
17-
w+ /etc/subuid - - - - root:1065536:65536
18-
w+ /etc/subgid - - - - root:1065536:65536
1917
EOF
2018
popd
2119

changelog/changes/2025-06-18-incus.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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))

0 commit comments

Comments
 (0)