Skip to content

Commit

Permalink
updated old syntax for use_io_apic , use_hw_virt_ext ...
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi4ever committed Nov 26, 2011
1 parent 2bf920d commit 62f13e2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion templates/CentOS-6.0-x86_64-minimal/definition.rb
@@ -1,7 +1,7 @@
Veewee::Session.declare({
:cpu_count => '1', :memory_size=> '384',
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off',
:os_type_id => 'RedHat_64', :use_vbox_guest_add => true,
:os_type_id => 'RedHat_64',
:iso_file => "CentOS-6.0-x86_64-minimal.iso", :iso_src => "http://be.mirror.eurid.eu/centos/6.0/isos/x86_64/CentOS-6.0-x86_64-minimal.iso", :iso_md5 => "b9fff4dad7aad0edaa564d7a251cb971", :iso_download_timeout => 1000,
:iso_download_instructions => "We can not download the ISO , you need to download it yourself and put it in the iso directory\n"+
"- URL: http://isoredirect.centos.org/centos/6/isos/x86_64/ ",
Expand Down
2 changes: 1 addition & 1 deletion templates/openindiana-148-ai-x86/definition.rb
@@ -1,7 +1,7 @@
Veewee::Session.declare({
:cpu_count => '1', :memory_size=> '768',
#Disk size needs to be 12Gig +
:disk_size => '15140', :disk_format => 'VDI', :hostiocache => 'on', :use_hw_virt_ext => 'on',
:disk_size => '15140', :disk_format => 'VDI', :hostiocache => 'on', :hwvirtext => 'on',
:os_type_id => 'OpenSolaris',
:iso_file => "oi-dev-148-ai-x86.iso",
:iso_src => "http://dlc.openindiana.org/isos/148/oi-dev-148-ai-x86.iso",
Expand Down
2 changes: 1 addition & 1 deletion templates/solaris-11-express-i386/definition.rb
@@ -1,7 +1,7 @@
Veewee::Session.declare({
:cpu_count => '1', :memory_size=> '768',
#Disk size needs to be 12Gig +
:disk_size => '15140', :disk_format => 'VDI', :hostiocache => 'off', :use_hw_virt_ext => 'on',
:disk_size => '15140', :disk_format => 'VDI', :hostiocache => 'off', :hwvirtext => 'on',
:os_type_id => 'OpenSolaris',
:iso_file => "sol-11-exp-201011-ai-x86.iso",
:iso_src => "",
Expand Down
4 changes: 2 additions & 2 deletions templates/ubuntu-10.04.3-server-amd64-alt/definition.rb
Expand Up @@ -52,6 +52,6 @@
:ssh_user => "vagrant",
:sudo_cmd => "echo '%p'|sudo -S bash '%f'",
:shutdown_cmd => "shutdown -h now",
:use_hw_virt_ext => 'off',
:use_pae => 'on'
:hwvirtext => 'off',
:pae => 'on'
})
2 changes: 1 addition & 1 deletion templates/ubuntu-8.04.4-server-amd64/definition.rb
Expand Up @@ -2,7 +2,7 @@
:cpu_count => '1', :memory_size=> '384',
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off',
:os_type_id => 'Ubuntu_64',
:pae => true, :io_apic_enabled => true,
:pae => "on", :ioapic => "on",
:iso_file => "ubuntu-8.04.4-server-amd64.iso",
:iso_src => "http://releases.ubuntu.com/8.04.4/ubuntu-8.04.4-server-amd64.iso",
:iso_md5 => "89fdc8289630fceb036c9818ac19ca4",
Expand Down
2 changes: 1 addition & 1 deletion templates/ubuntu-8.04.4-server-i386/definition.rb
Expand Up @@ -2,7 +2,7 @@
:cpu_count => '1', :memory_size=> '384',
:disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off',
:os_type_id => 'Ubuntu',
:pae => true, :io_apic_enabled => true,
:pae => "on", :ioapic => "on",
:iso_file => "ubuntu-8.04.4-server-i386.iso",
:iso_src => "http://releases.ubuntu.com/8.04.4/ubuntu-8.04.4-server-i386.iso",
:iso_md5 => "ef478e539e991dfa09c3b5b7c589aba6",
Expand Down

0 comments on commit 62f13e2

Please sign in to comment.