|
|
|
@ -48,7 +48,7 @@ func (s *StepRun) Run(state multistep.StateBag) multistep.StepAction {
|
|
|
|
ui.Message(fmt.Sprintf(
|
|
|
|
ui.Message(fmt.Sprintf(
|
|
|
|
"The VM will be run headless, without a GUI. If you want to\n"+
|
|
|
|
"The VM will be run headless, without a GUI. If you want to\n"+
|
|
|
|
"view the screen of the VM, connect via VNC with the password \"%s\" to\n"+
|
|
|
|
"view the screen of the VM, connect via VNC with the password \"%s\" to\n"+
|
|
|
|
"%s:%d", vncPassword, vncIp, vncPort))
|
|
|
|
"vnc://%s:%d", vncPassword, vncIp, vncPort))
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
ui.Message("The VM will be run headless, without a GUI, as configured.\n" +
|
|
|
|
ui.Message("The VM will be run headless, without a GUI, as configured.\n" +
|
|
|
|
"If the run isn't succeeding as you expect, please enable the GUI\n" +
|
|
|
|
"If the run isn't succeeding as you expect, please enable the GUI\n" +
|
|
|
|
|