Skip to content

Commit 0750ebb

Browse files
authored
podman: remove subuid/subgid creation from sysext
Following what was done for incus. Removes the subuid/gid from sysext. Adding subuid/subgid could be done through Ignition: ```yaml version: 1.1.0 variant: flatcar storage: files: - path: /etc/subuid append: - inline: | core:1065536:65536 - path: /etc/subgid append: - inline: | core:1065536:65536 ``` Related: flatcar/Flatcar#1733
1 parent 382c879 commit 0750ebb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build_library/sysext_mangle_flatcar-podman

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ cp -a ./etc/{fuse.conf,containers} ./usr/share/podman/etc/
1313
cat <<EOF >>./usr/lib/tmpfiles.d/podman.conf
1414
C /etc/containers - - - - /usr/share/podman/etc/containers
1515
C /etc/fuse.conf - - - - /usr/share/podman/etc/fuse.conf
16-
w /etc/subuid - - - - core:1065536:65536
17-
w /etc/subgid - - - - core:1065536:65536
1816
EOF
1917

2018
popd

0 commit comments

Comments
 (0)