From 3d4f40aa5100a74cc418ae16ed348b01687a1549 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Wed, 13 Feb 2013 16:07:18 +0100 Subject: adding i386 support --- wheezy/definition.rb | 42 +++++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/wheezy/definition.rb b/wheezy/definition.rb index 6c87d6c..f676da5 100644 --- a/wheezy/definition.rb +++ b/wheezy/definition.rb @@ -2,25 +2,33 @@ Veewee::Definition.declare({ :cpu_count => '1', :memory_size=> '256', :disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'on', - :os_type_id => 'Debian_64', - :iso_file => "debian-wheezy-DI-b4-amd64-netinst.iso", - :iso_src => "http://cdimage.debian.org/cdimage/wheezy_di_beta4/amd64/iso-cd/debian-wheezy-DI-b4-amd64-netinst.iso", - :iso_md5 => "9fcd2bb541f9b6b32f2a17116d606bed", + :os_type_id => 'Debian', + :virtualbox => { :vm_options => [ + 'hwvirtex' => 'off', + 'hwvirtexexcl' => 'off', + 'nestedpaging' => 'off', + 'natdnshostresolver1' => 'on' + ] + }, + :iso_file => "debian-6.0.6-i386-netinst.iso", + :iso_src => "http://cdimage.debian.org/debian-cd/6.0.6/i386/iso-cd/debian-6.0.6-i386-netinst.iso", + :iso_md5 => "a5fdc1b74cd573d505a084baf7cc1462", :iso_download_timeout => "1000", :boot_wait => "10", :boot_cmd_sequence => [ - '', - 'install ', - 'preseed/url=http://%IP%:%PORT%/preseed.cfg ', - 'debian-installer=en_US ', - 'auto ', - 'locale=en_US ', - 'keyboard-configuration/xkb-keymap=us ', - 'netcfg/get_hostname=%NAME% ', - 'netcfg/get_domain=vagrantup.com ', - 'fb=false ', - 'debconf/frontend=noninteractive ', - 'console-setup/ask_detect=false ', - '' + '', + 'install ', + 'preseed/url=http://%IP%:%PORT%/preseed.cfg ', + 'debian-installer=en_US ', + 'auto ', + 'locale=en_US ', + 'kbd-chooser/method=us ', + 'netcfg/get_hostname=%NAME% ', + 'netcfg/get_domain=vagrantup.com ', + 'fb=false ', + 'debconf/frontend=noninteractive ', + 'console-setup/ask_detect=false ', + 'console-keymaps-at/keymap=us ', + '' ], :kickstart_port => "7122", :kickstart_timeout => "10000", -- cgit v1.2.3