templates/openbsd52_i386/definition.rb in veewee-0.3.7 vs templates/openbsd52_i386/definition.rb in veewee-0.3.9
- old
+ new
@@ -1,14 +1,14 @@
Veewee::Session.declare({
:cpu_count => '1', :memory_size=> '256',
:disk_size => '40960', :disk_format => 'VDI', :hostiocache => 'off',
- :os_type_id => 'OpenBSD_32',
+ :os_type_id => 'OpenBSD',
:iso_file => "openbsd52_32.iso",
:iso_src => "http://ftp3.usa.openbsd.org/pub/OpenBSD/5.2/i386/install52.iso",
:iso_md5 => "a10f51d910052b477147e198c08089f8",
:iso_download_timeout => "1000",
- :boot_wait => "40", :boot_cmd_sequence => [
+ :boot_wait => "50", :boot_cmd_sequence => [
# I - install
'I<Enter>',
# set the keyboard
'us<Enter>',
# set the hostname
@@ -53,11 +53,11 @@
'<Wait>'*60,
# location of the sets [cd]
'cd<Enter>',
# Available cd-roms : cd0
'<Enter>',
-# Pathneame to sets ? [5.2/i386]
+# Pathname to sets ? [5.2/i386]
'<Enter>',
# Remove games and X
'-game52.tgz<Enter>',
'-xbase52.tgz<Enter>',
'-xetc52.tgz<Enter>',
@@ -66,14 +66,10 @@
'-xserv52.tgz<Enter>',
'done<Enter>',
'<Wait>'*90,
# Done installing ?
'done<Enter>',
-# Time appears wrong. Set to ...? [yes]
- 'yes<Enter><Wait>',
'<Wait>'*6,
-# Install non-free firmware files on first boot ? [no] <-- don't know what this is so I'm saying no
- 'no<Enter><Wait>',
'reboot<Enter>',
'<Wait>'*6
],
:kickstart_port => "7122", :kickstart_timeout => "10000", :kickstart_file => "",
:ssh_login_timeout => "10000", :ssh_user => "root", :ssh_password => "vagrant", :ssh_key => "",