invis-z 0750ebb6f9
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
2025-06-23 16:32:29 +08:00
..
2024-07-15 14:27:59 +01:00
2025-01-24 11:41:22 +01:00
2019-11-07 19:40:01 +01:00
2025-05-19 11:26:55 +02:00
2022-09-14 14:32:49 +02:00