1
0
mirror of https://github.com/rancher/os.git synced 2025-09-13 21:51:33 +00:00

Implement bootcmd

This commit is contained in:
Josh Curl
2016-11-03 15:06:20 -07:00
parent 33b6145162
commit bb4ad618e1
6 changed files with 34 additions and 14 deletions

View File

@@ -89,6 +89,7 @@ type CloudConfig struct {
Mounts [][]string `yaml:"mounts,omitempty"`
Rancher RancherConfig `yaml:"rancher,omitempty"`
Runcmd [][]string `yaml:"runcmd,omitempty"`
Bootcmd [][]string `yaml:"bootcmd,omitempty"`
}
type File struct {