Skip to content

Instantly share code, notes, and snippets.

@tbatchelli
Created December 21, 2011 21:59
Show Gist options
  • Save tbatchelli/1507914 to your computer and use it in GitHub Desktop.
Save tbatchelli/1507914 to your computer and use it in GitHub Desktop.
VMFest Machine specs
(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