summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2013-02-13 16:07:18 +0100
committerkwadronaut <kwadronaut@leap.se>2013-02-13 16:07:18 +0100
commit3d4f40aa5100a74cc418ae16ed348b01687a1549 (patch)
tree0c6847c33a6afd3c415f79b094d18fda02a3af25
parent420a164161a552c2f3327f1087548388c99be732 (diff)
adding i386 support
-rw-r--r--wheezy/definition.rb42
1 files 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 => [
- '<Esc>',
- '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 ',
- '<Enter>'
+ '<Esc>',
+ '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 ',
+ '<Enter>'
],
:kickstart_port => "7122",
:kickstart_timeout => "10000",