Sha256: 3f854ea4ac8d5ecc93089e7ee75e968b345e96d458acf24ca38211cc8bbc6095
Contents?: true
Size: 1.22 KB
Versions: 4
Compression:
Stored size: 1.22 KB
Contents
Veewee::Definition.declare({ :cpu_count => '1', :memory_size=> '256', :disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off', :os_type_id => 'Linux26', :iso_file => "systemrescuecd-x86-2.0.0.iso", :iso_src => "http://downloads.sourceforge.net/project/systemrescuecd/sysresccd-x86/2.0.0/systemrescuecd-x86-2.0.0.iso", :iso_md5 => "51012e0bb943cff6367e5cea3a61cdbe", # :iso_src => "http://ftp.belnet.be/packages/damnsmalllinux/current/dsl-4.4.10.iso", # :iso_file => "dsl-4.4.10.iso", # :iso_md5 => "5cb7e0d4506c249b78bbe0cd4695b865", :iso_download_timeout => "1000", :boot_wait => "3", :boot_cmd_sequence => [ '<Tab> ', # 'setkmap=us dodhcp=eth0 dhcphostname=%NAME% ar_source=http://%IP%:%PORT%/ autoruns=0 rootpass=vagrant', 'setkmap=us dodhcp=eth0 dhcphostname=%NAME% rootpass=vagrant', '<Enter>' ], :kickstart_port => "7122", :kickstart_timeout => "10000", # :kickstart_file => "autorun0", # :kickstart_file => "autorun0", :ssh_login_timeout => "10000", :ssh_user => "root", :ssh_password => "vagrant", :ssh_key => "", :ssh_host_port => "7222", :ssh_guest_port => "22", :sudo_cmd => "sh '%f'", :shutdown_cmd => "shutdown -H", :postinstall_files => [ ], :postinstall_timeout => "10000" })
Version data entries
4 entries across 4 versions & 1 rubygems