1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

remove dependency on version string

using rancher.rm_usr kernel param instead
This commit is contained in:
Ivan Mikushin
2015-10-06 18:41:04 +05:00
parent 4899ccd89c
commit c79a64e42e
4 changed files with 20 additions and 14 deletions

View File

@@ -78,6 +78,7 @@ type RancherConfig struct {
BootstrapDocker DockerConfig `yaml:"bootstrap_docker,omitempty"`
CloudInit CloudInit `yaml:"cloud_init,omitempty"`
Debug bool `yaml:"debug,omitempty"`
RmUsr bool `yaml:"rm_usr,omitempty"`
Log bool `yaml:"log,omitempty"`
Disable []string `yaml:"disable,omitempty"`
ServicesInclude map[string]bool `yaml:"services_include,omitempty"`