After introducing of https://github.com/cirruslabs/tart/pull/733 we can use different VirtioFS tags for different directories and precisely mount them into exact locations.
/Volumes/My Shared Files/ default path is error-prone since some tools don't like whitespaces in paths. With this change directories will be directly mounted into $HOME.
After introducing of https://github.com/cirruslabs/tart/pull/733 we can use different VirtioFS tags for different directories and precisely mount them into exact locations.
/Volumes/My Shared Files/
default path is error-prone since some tools don't like whitespaces in paths. With this change directories will be directly mounted into$HOME
.Fixes #64