leapp-repository
leapp-repository copied to clipboard
Get rid of the binding files in targetuserspace
some files are now binded into the target userspace. I want to rather copy them as well instead to bind them inside. However, thinking about that twice, I've realized that possibly the bind of files could be sometimes wanted (e..g to privde a big files, etc). As well, some binds are in various places (dnf library, target userspace library, mounting library..). Regarding we want to refactor the target userspace library in close future, I've decided to resolve this during/after the refactoring process.
Right we know for sure that the ALWAYS_BIND
stuff in the mount.py
library seems should be definitely replaced by copying of files into the target userspace.
Relates #517