Veewee::Definition.declare({ :cpu_count => '1', :memory_size=> '512', :disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off', :os_type_id => 'FreeBSD_64', :iso_file => "FreeBSD-9.0-RELEASE-amd64-disc1.iso", :iso_src => "ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/ISO-IMAGES/9.0/FreeBSD-9.0-RELEASE-amd64-disc1.iso", :iso_md5 => "b23ef73412bd50ed62ef8613ca1a4199", :iso_download_timeout => "1000", :boot_wait => "10", :boot_cmd_sequence => [ '', 'load geom_mbr', '', 'load zfs', '', 'boot -s', '', '', '/bin/sh', 'mdmfs -s 100m md1 /tmp', 'dhclient -l /tmp/dhclient.lease.em0 em0', '', 'echo "Sleeping for 10 seconds, then running install script."', 'sleep 10 ; fetch -o /tmp/install.sh http://%IP%:%PORT%/install.sh && chmod +x /tmp/install.sh && /tmp/install.sh %NAME%' ], :kickstart_port => "7122", :kickstart_timeout => "300", :kickstart_file => "install.sh", :ssh_login_timeout => "10000", :ssh_user => "vagrant", :ssh_password => "vagrant", :ssh_key => "", :ssh_host_port => "7222", :ssh_guest_port => "22", :sudo_cmd => "sudo '%f'", :shutdown_cmd => "shutdown -h now", :postinstall_files => [ "postinstall.sh"], :postinstall_timeout => "10000" }) #'setkmap=us dodhcp=eth0 dhcphostname=%NAME% ar_source=http://%IP%:%PORT%/ autoruns=0 rootpass=vagrant',