templates/Sysrescuecd-2.0.0-experimental/definition.rb in veewee-0.1.8 vs templates/Sysrescuecd-2.0.0-experimental/definition.rb in veewee-0.1.9
- old
+ new
@@ -11,11 +11,11 @@
'setkmap=us dodhcp=eth0 dhcphostname=%NAME% ar_source=http://%IP%:%PORT%/ autoruns=0 rootpass=vagrant',
'<Enter>'
],
:kickstart_port => "7122", :kickstart_timeout => "10000",:kickstart_file => "autorun0",
:ssh_login_timeout => "10000",:ssh_user => "root", :ssh_password => "vagrant",:ssh_key => "",
- :ssh_host_port => "2222", :ssh_guest_port => "22",
- :sudo_cmd => "echo '%p'|sudo -S sh '%f'",
+ :ssh_host_port => "7222", :ssh_guest_port => "22",
+ :sudo_cmd => "sh '%f'",
:shutdown_cmd => "shutdown -H",
:postinstall_files => [ ],:postinstall_timeout => "10000"
}
)