Skip to content

Instantly share code, notes, and snippets.

@vjanelle
Created January 20, 2014 20:17
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 vjanelle/8528214 to your computer and use it in GitHub Desktop.
Save vjanelle/8528214 to your computer and use it in GitHub Desktop.
config.vm.provider "vmware_fusion" do |v|
v.vmx["scsi0:1.filename"] = "disk2.vmdk"
v.vmx["scsi0:1.present"] = "TRUE"
v.vmx["scsi0:1.redo"] = ""
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment