- Most of the time the working dir and stdin are not important, you just want to run a command in the host, so simplify that by providing a suitable overload. - Use that overload from the partition service (for mount and sync).
- Move mount() out of CalamaresUtils::System and into the partitioning service. - Adjust PythonJobApi (only consumer of that service).