Sha256: a7e622032fdee8bd167709b6a759a52902df620ddbffa450015f4b48af2e17cf

Contents?: true

Size: 1.17 KB

Versions: 7

Compression:

Stored size: 1.17 KB

Contents

password = 'vagrant'

Veewee::Session.declare({
  :hostiocache => 'off',
  :cpu_count => '1',
  :memory_size=> '384',
  :disk_size => '10140',
  :disk_format => 'VDI',
  :os_type_id => 'Gentoo_64', # for 32bit, change to 'Gentoo'
  :iso_file => "systemrescuecd-x86-3.0.0.iso",
  :iso_src => "http://freefr.dl.sourceforge.net/project/systemrescuecd/sysresccd-x86/3.0.0/systemrescuecd-x86-3.0.0.iso",
  :iso_md5 => "6bb6241af752b1d6dab6ae9e6e3e770e",
  :iso_download_timeout => "1000",
  :boot_wait => "4",
  :boot_cmd_sequence => [
        '<Wait>'*1,
        '<Enter>',
        '<Wait>'*9,
        '<Enter>',
        '<Wait>'*12,
        '<Enter><Wait>',      # just in case we are out of sync
        'net-setup eth0<Enter><Wait><Enter>2<Enter>1<Enter><Wait><Wait>',
        'passwd<Enter><Wait><Wait>',
        password + '<Enter><Wait>',
        password + '<Enter><Wait><Wait>'
    ],
  :ssh_login_timeout => "10000",
  :ssh_user => "root",
  :ssh_password => password,
  :ssh_key => "",
  :ssh_host_port => "7222",
  :ssh_guest_port => "22",
  :sudo_cmd => "cat '%f'|su -",
  :shutdown_cmd => "shutdown -p now",
  :postinstall_files => ["postinstall.sh"],
  :postinstall_timeout => "15000"
})

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
veewee-atlassian-0.3.11 templates/funtoo-latest-x86_64/definition.rb
veewee-0.3.7 templates/funtoo-latest-x86_64/definition.rb
veewee-0.3.6 templates/funtoo-latest-x86_64/definition.rb
veewee-0.3.5 templates/funtoo-latest-x86_64/definition.rb
veewee-0.3.4 templates/funtoo-latest-x86_64/definition.rb
veewee-0.3.3 templates/funtoo-latest-x86_64/definition.rb
veewee-0.3.2 templates/funtoo-latest-x86_64/definition.rb