This commit is contained in:
Geoffrey Bachelet 2013-07-03 19:11:37 -04:00
parent 2a7b371034
commit c5258c5422
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func (s *stepRun) Run(state map[string]interface{}) multistep.StepAction {
if config.Headless == true { if config.Headless == true {
ui.Message("WARNING: The VM will be started in headless mode, as configured.\n" + ui.Message("WARNING: The VM will be started in headless mode, as configured.\n" +
"In headless mode, errors during the boot sequence or OS setup\n" + "In headless mode, errors during the boot sequence or OS setup\n" +
"won't be easily visible. Use at your own discresion.") "won't be easily visible. Use at your own discretion.")
guiArgument = "headless" guiArgument = "headless"
} }
command := []string{"startvm", vmName, "--type", guiArgument} command := []string{"startvm", vmName, "--type", guiArgument}