Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix preinstallimages in containers (#1031)
* preinstall_image(): Refactor tar and bsdtar excludes into a shared variable * preinstall_image(): Avoid extracting special files under /dev, /proc, /run and /sys in podman containers Rootless containers do not have sufficient capabilities to create such special files. Also, these directories are usually tmpfs mounts so we're not using the original content anyway.
- Loading branch information