Skip to content

Instantly share code, notes, and snippets.

@TheRatG
Created September 23, 2019 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheRatG/77accda6b4dc955ce6d56c8eba6829df to your computer and use it in GitHub Desktop.
Save TheRatG/77accda6b4dc955ce6d56c8eba6829df to your computer and use it in GitHub Desktop.
#https://www.vagrantup.com/docs/synced-folders/nfs.html
```
$enable_serial_logging = false
config.vm.provider "virtualbox" do |v|
v.customize [
"storagectl", :id,
"--name", "SATA Controller",
"--hostiocache", "on"
]
end
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment