Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-27 | remove blocking udev functionality | Scott Moser | |
This didn't really work. See bug for more info. LP: #1577844 | |||
2016-03-18 | commit the systemd waiting mechanism | Scott Moser | |
Note, still broken as cloud-init local is not going to ever touch the CI_NET_READY file (/run/cloud-init/network-config-ready). So as this is , it will actually just block for 60 seconds and go on. | |||
2016-03-14 | minor cleanup. long line and remove unused 'local' | Scott Moser | |
2016-03-10 | generator: use /run/cloud-init instead of /run | Scott Moser | |
2016-03-10 | generator: support reading cmdline of pid 1 in a container | Scott Moser | |
This might need cleaning up in the future as I believe in some containers /proc/cmdline is provided, and in that case it would be preferred to pid 1's command line. | |||
2016-03-03 | mention link path in generator | Scott Moser | |
2016-03-03 | generator: be more clear on where kernel cmdline came from | Scott Moser | |
2016-03-03 | do not duplicate '-generator' in log ame | Scott Moser | |
2016-03-03 | consume KERNEL_CMDLINE even if set to "". explain 'container' | Scott Moser | |
2016-03-01 | 2 fixups | Scott Moser | |
2016-02-29 | remove unused var | Scott Moser | |
2016-02-29 | be less verbose by default | Scott Moser | |
2016-02-29 | systemd/cloud-init-generator: add a generator to support disabling | Scott Moser | |
This gets installed in /lib/systemd/system/cloud-init.target and then is called to generate the symlink (or not generate the symlink) for the cloud-init target. The end result is cloud-init can be completely disabled by: touch /etc/cloud/cloud-init.disabled or a kernel command line with 'cloud-init=disabled' |