Created
December 21, 2011 21:59
-
-
Save tbatchelli/1507914 to your computer and use it in GitHub Desktop.
VMFest Machine specs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(def machine-config | |
{:cpu-count 2 | |
:memory-size 555 | |
:network [{:attachment-type :bridged | |
:host-interface "en1: Airport 2"} | |
nil | |
{:attachment-type :bridged | |
:host-interface "nothing"}] | |
:storage [{:name "IDE Controller" | |
:bus :ide | |
:devices [nil nil {:device-type :dvd}]}]}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment