diff --git a/cmd/control/install.go b/cmd/control/install.go index dbf6374a..e937a572 100644 --- a/cmd/control/install.go +++ b/cmd/control/install.go @@ -116,7 +116,7 @@ func runInstall(image, installType, cloudConfig, device string, force, reboot bo return err } - if reboot && yes(in, "Continue with reboot") { + if reboot && (force || yes(in, "Continue with reboot")) { log.Info("Rebooting") power.Reboot() }