debian-forge-cli/bib/internal
Michael Vogt 2f0d81288a setup: deal with btrfs subvolumes when checking mapped storage
When the container storage is checked it may come from a btrfs
subvolume. In /proc/self/mountinfo this looks like:
```
1364 1345 0:33 /root/var/lib/containers/storage /var/lib/containers/storage rw,relatime - btrfs /dev/mapper/luks-1356123c-c7b9-1bd7-a8bf-e13d4cbb5500 rw,seclabel,compress=zstd:1,ssd,discard=async,space_cache,subvolid=257,subvol=/root
```
as a quick fix just compare the suffix of the root instead of the
full path.

Thanks for Ondrej!
2025-03-31 18:19:33 +00:00
..
podmanutil Validate that we're in rootful podman 2025-03-31 18:19:33 +00:00
setup setup: deal with btrfs subvolumes when checking mapped storage 2025-03-31 18:19:33 +00:00
util Rename utils -> util 2025-03-31 18:19:33 +00:00