diff --git a/pkg/console/install_panels.go b/pkg/console/install_panels.go index eb70c7545..2b3302398 100644 --- a/pkg/console/install_panels.go +++ b/pkg/console/install_panels.go @@ -85,9 +85,9 @@ func (c *Console) layoutInstall(g *gocui.Gui) error { } if cfg, err := config.ReadConfig(); err == nil { + c.config.Merge(cfg) if cfg.Install.Automatic && isFirstConsoleTTY() { logrus.Info("Start automatic installation...") - c.config.Merge(cfg) // setup InstallMode to ensure that during automatic install // we are only copying binaries and ignoring network / rancherd setup // needed for generating pre-installed qcow2 image