rancher / os

Tiny Linux distro that runs the entire OS as Docker containers
https://rancher.com/docs/os/v1.x/en/
Apache License 2.0
6.44k stars 655 forks source link

Implement 'bootcmd' cloud-config keys #1171

Open deniseschannon opened 8 years ago

joshwget commented 7 years ago

bootcmd is now available but it runs before cloud-init. Leaving this issue open since this makes it difficult to use for most use cases.

SvenDowideit commented 7 years ago

I can't find any way that bootcmd can work - for starters, its executed before we read / wget the cloud-config file, and secondly, it looks like it fails to parse anything set on the kernel cmdline.

SvenDowideit commented 7 years ago

see #2081