Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpmostreepayload: Rework binds to be recursive
Our hardcoded list of mount points missed critical ones like `/sys/firmware/efi/efivars`, which broke installation on EFI. I started to add that to the list, but then I realized there's a much simpler solution - make the binds recursive and let `mount` do the work for us. This is a bit more risky of a change, but it'll clearly be more maintainable long term. Down the line...we may want to simply walk over all the toplevel mount points in `/mnt/sysimage`, but I doubt anyone is going to add anything new that's not a subdirectory of `/sys`. See https://pagure.io/atomic-wg/issue/185 Related: https://github.com/rhinstaller/anaconda/issues/900
- Loading branch information