New comment by lemmi on void-packages repository https://github.com/void-linux/void-packages/pull/29505#issuecomment-803235065 Comment: @ahesford: Thoughts? `INSTALL.msg`: ``` `fuse-overlayfs` has been added as a runtime dependency to podman. podman will now prefer this storage driver to the `vfs` driver. To switch to the new storage driver, podman has to be reset: # podman system reset To keep the `vfs` fallback driver, add this to `/etc/containers/storoage.conf` or `~/.config/containers/storage.conf`: [storage] driver="vfs" Otherwise podman will display an error and refuses any further operation. Additionally the `btrfs` storage driver has been enabled. This driver also available for rootless operation. Reset podman and add the following to your `storage.conf` to switch to this driver: [storage] driver="btrfs" ```