Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of opening "/" and using it for the `root` variable in the main CLI function, use `open_tree()` to create a non-recursive mountpoint to operate on instead. This lets us operate directly on the container image filesystem and not on the unified view with all the bind mounts set up by the container runtime. This impacts the following operations: - lint - internals systemd-generator - internals fixup-etc-fstab Signed-off-by: Allison Karlitskaya <[email protected]>
- Loading branch information