Fix NFS mount for macOS 10.14#217
Fix NFS mount for macOS 10.14#217urbantrout wants to merge 15 commits intomachine-drivers:masterfrom
Conversation
Fixes the following error: ``` (default) Error setting up mounts: Something went wrong running an SSH command! (default) command : echo -e "#/bin/bash\nsudo mkdir -p /Users\nsudo /usr/local/etc/init.d/nfs-client start\nsudo mount -t nfs -o noacl,async 192.168.64.1:/Users /Users\n" | sudo tee /var/lib/boot2docker/bootlocal.sh && sudo chmod +x /var/lib/boot2docker/bootlocal.sh && /var/lib/boot2docker/bootlocal.sh ```
|
Might be a good idea to if/else wrap and check |
|
Also, full error: |
|
I added the OS version check. Don't know what to do about the CI issues. I don't think this is related to my issue. |
Nah, it isn't. I think this project is dead unfortunately. The travis setup is broken due to dependencies being out of date. |
|
@NorseGaud @urbantrout Probably, it would be simple and not bad solution to replace this checking with just |

Fixes the following error: