mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-11 13:42:07 +01:00
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
This commit is contained in:
parent
382c879bb6
commit
0750ebb6f9
@ -13,8 +13,6 @@ cp -a ./etc/{fuse.conf,containers} ./usr/share/podman/etc/
|
||||
cat <<EOF >>./usr/lib/tmpfiles.d/podman.conf
|
||||
C /etc/containers - - - - /usr/share/podman/etc/containers
|
||||
C /etc/fuse.conf - - - - /usr/share/podman/etc/fuse.conf
|
||||
w /etc/subuid - - - - core:1065536:65536
|
||||
w /etc/subgid - - - - core:1065536:65536
|
||||
EOF
|
||||
|
||||
popd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user