Sha256: 7b955842389974531f6a566105a68683bfdca37d33fef65bda69e69288399d6a
Contents?: true
Size: 1003 Bytes
Versions: 1
Compression:
Stored size: 1003 Bytes
Contents
Veewee::Session.declare({ # Minimum RAM requirement for installation is 512MB. :cpu_count => '1', :memory_size=> '512', :disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off', :hwvirtext => 'on', :os_type_id => 'Fedora_64', :iso_file => "Fedora-18-x86_64-DVD.iso", :iso_src => "http://mirrors.kernel.org/fedora/releases/18/Fedora/x86_64/iso/Fedora-18-x86_64-DVD.iso", :iso_md5 => "17d5c860bf9dc83e035882a7b33ffc77", :iso_download_timeout => 1000, :boot_wait => "10", :boot_cmd_sequence => [ '<Tab> linux text biosdevname=0 ks=http://%IP%:%PORT%/ks.cfg<Enter><Enter>' ], :kickstart_port => "7122", :kickstart_timeout => 10000, :kickstart_file => "ks.cfg", :ssh_login_timeout => "10000", :ssh_user => "vagrant", :ssh_password => "vagrant", :ssh_key => "", :ssh_host_port => "7222", :ssh_guest_port => "22", :sudo_cmd => "echo '%p'|sudo -S sh '%f'", :shutdown_cmd => "/sbin/halt -h -p", :postinstall_files => [ "postinstall.sh"], :postinstall_timeout => 10000 })
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veewee-atlassian-0.3.11 | templates/Fedora-18-x86_64/definition.rb |