Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow --installroot on read-only bootc system
Some people use --installroot on a read-only bootc system to install a system into a chroot subtree. However, current bootc check did not take into account --installroot and rejected the operation. This patch augments the check for a writable installroot being different from /. The comparison for / is there to deal with bootc systems with a writeable /. Currently it's uncerain whether systems like that exist. Resolves: #2108
- Loading branch information