1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

Add upgrade flag to upgrade persistent console

This commit is contained in:
Josh Curl
2016-04-18 13:29:24 -07:00
parent 8b4e6cc502
commit ee73337f49
3 changed files with 40 additions and 6 deletions

View File

@@ -86,6 +86,7 @@ type RancherConfig struct {
Debug bool `yaml:"debug,omitempty"`
RmUsr bool `yaml:"rm_usr,omitempty"`
Log bool `yaml:"log,omitempty"`
ForceConsoleRebuild bool `yaml:"force_console_rebuild,omitempty"`
Disable []string `yaml:"disable,omitempty"`
ServicesInclude map[string]bool `yaml:"services_include,omitempty"`
Modules []string `yaml:"modules,omitempty"`