Veewee::Session.declare( { :cpu_count => '8', :memory_size=> '1536', :disk_size => '10140', :disk_format => 'VDI',:hostiocache => 'off', :os_type_id => 'Gentoo_64', # Funtoo is a GIT based gentoo derivative :iso_file => "install-amd64-minimal-20111208.iso", :iso_src => "http://ftp.osuosl.org/pub/gentoo/releases/amd64/autobuilds/20111208/install-amd64-minimal-20111208.iso", :iso_md5 => "8c4e10aaaa7cce35503c0d23b4e0a42a", :iso_download_timeout => "1000", :boot_wait => "4", :boot_cmd_sequence => [ ''*4, 'gentoo-nofb', # boot gentoo no frame buffer mode option ''*45, '', # asks about your keyboard, take the default ''*45, '', # just in case we are out of sync 'net-setup eth0', '', '2', # Set up the NIC card with DHCP '1', 'ifconfig -a ', 'passwd', 'vagrant', 'vagrant', '/etc/init.d/sshd start' ], :kickstart_port => "7122", :kickstart_timeout => "10000",:kickstart_file => "", :ssh_login_timeout => "10000",:ssh_user => "root", :ssh_password => "vagrant",:ssh_key => "", :ssh_host_port => "7222", :ssh_guest_port => "22", :sudo_cmd => "cat '%f'|su -", :shutdown_cmd => "shutdown -p now", :postinstall_files => [ "postinstall.sh", "postinstall2.sh" ], :postinstall_timeout => "15000" } )