templates/archlinux-i386/definition.rb in veewee-0.4.3 vs templates/archlinux-i386/definition.rb in veewee-0.4.4
- old
+ new
@@ -18,10 +18,10 @@
'vagrant<Enter>',
'vagrant<Enter>',
'/etc/rc.d/sshd start<Enter><Wait>',
'sleep 3 && wget http://%IP%:%PORT%/aif.cfg<Enter>',
],
- :kickstart_port => "7122", :kickstart_timeout => "10000", :kickstart_file => "aif.cfg",
+ :kickstart_port => "7122", :kickstart_timeout => "300", :kickstart_file => "aif.cfg",
:ssh_login_timeout => "10000", :ssh_user => "root", :ssh_password => "vagrant", :ssh_key => "",
:ssh_host_port => "7222", :ssh_guest_port => "22",
:sudo_cmd => "sh '%f'",
:shutdown_cmd => "shutdown -h now",
:postinstall_files => [ "postinstall.sh"], :postinstall_timeout => "10000"