On OS X 10.15, / is read-only and paths inside of /Users (and elsewhere) are mounted via a "firmlink" (which is a new invention in APFS). These must be resolved to their full path to be shareable via NFS. /Users/johnsmith/mycode => /System/Volumes/Data/Users/johnsmith/mycode We check to see if a path is mounted here with `df`, and prepend it. Firmlinks are only createable by the OS and this wasn't supposed to be visible to applications anyway: https://developer.apple.com/videos/play/wwdc2019/710/?time=481 |
||
---|---|---|
.. | ||
commands | ||
communicators | ||
guests | ||
hosts | ||
kernel_v1 | ||
kernel_v2 | ||
providers | ||
provisioners | ||
pushes | ||
synced_folders | ||
README.md |
README.md
Vagrant Core Plugins
These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.