Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-23 | Make the cloud_init_modules look like a heredoc/inline heredoc | Joshua Harlow | |
2014-10-23 | Show the handle method for the cc_ubuntu_init_switch module | Joshua Harlow | |
2014-10-23 | Add the beginnings of module documentation | Joshua Harlow | |
2014-07-31 | ubuntu-init-switch: support disabling of reboot, minor tweeks. | Scott Moser | |
- modify timeout for ~60 seconds before going on. - allow specifying 'reboot' on 'cloud-init single' or in config. - use stdin for subprocess so log is less noisy. - reboot --force: this is required this early in boot for upstart and to my experience at this point always required for systemd | |||
2014-07-31 | ubuntu-init-switch: fix for determining if systemd | Scott Moser | |
/run/systemd/ seems to exist even if systemd is not the init system. but /run/systemd/system/ only exists if it has been used as init. | |||
2014-07-31 | exit and warn if no 'dpkg' (probably wrong distro) | Scott Moser | |
2014-07-31 | add some doc to module | Scott Moser | |
2014-07-31 | fix path to systemd | Scott Moser | |
2014-07-31 | fix for config, allow specifying target for cloud-init --single | Scott Moser | |
2014-07-31 | initial commit oif iniit_switch | Scott Moser | |