Skip to content

Instantly share code, notes, and snippets.

@tbatchelli
Created November 16, 2012 18:56
Show Gist options
  • Save tbatchelli/4089894 to your computer and use it in GitHub Desktop.
Save tbatchelli/4089894 to your computer and use it in GitHub Desktop.
(use 'visaje.core)
(use 'vmfest.manager)
(def my-server (server "http://localhost:18083"))
(install-os my-server
{:name "debian-test"
:disk-location "/tmp/debian-test.vdi"
:disk-size (* 8 1024)
:os-iso-location
"/Volumes/DATA/ISOS/debian-6.0.2.1-amd64-netinst.iso"
:vbox-iso-location
"/Volumes/DATA/ISOS/VBoxGuestAdditions.iso"
:preseed (slurp "/Users/tbatchelli/dev/visaje/resources/deb-preseed.cfg")
:user "vmfest"
:password "vmfest"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment