Small tweaks to the VM. (#118)

* Added guest additions dependency.

* Fix Emacs syntax highlighting.
This commit is contained in:
robh2
2018-03-06 20:48:16 -05:00
committed by Nate Foster
parent 97f31560ca
commit 27997d391c
3 changed files with 12 additions and 3 deletions

View File

@@ -18,6 +18,8 @@ Vagrant.configure(2) do |config|
"--port", "0", "--device", "0",
"--type", "dvddrive",
"--medium", "emptydrive"]
vb.customize ["modifyvm", :id, "--vram", "32"]
end
config.vm.synced_folder '.', '/vagrant', disabled: true
config.vm.hostname = "p4"