-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I created a 10.15.2 box the other day with this tool, and today I tried to setup rsync-based /vagrant sharing like I had with other tools on 10.14 et al.
I have the following in my Vagrantfile.
config.vm.synced_folder ".", "/vagrant", type: "rsync"
At boot, I get
==> default: Rsyncing folder: /Users/wolf/tmp/catalinatest/kicad-mac-builder/ci/10.15/ => /vagrant
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mkdir -p /vagrant
Stdout from the command:
Stderr from the command:
mkdir: /vagrant: Read-only file system
What's the right approach here? Disable SIP and create it and save? Should I use synthetic.conf?
Metadata
Metadata
Assignees
Labels
No labels