1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

add cloud-init support

This commit is contained in:
sidharthamani
2015-02-18 19:05:23 -08:00
parent 597a46c574
commit fb237dbebe
11 changed files with 433 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ func main() {
registerCmd("/usr/bin/respawn", respawn.Main)
registerCmd("/usr/sbin/rancherctl", control.Main)
registerCmd("/usr/bin/tlsconf", util.TLSConf)
registerCmd("/usr/bin/cloudinit", control.CloudInit)
if !reexec.Init() {
log.Fatalf("Failed to find an entry point for %s", os.Args[0])