Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-22 | Fix Gentoo net config generation | Matthew Thode | |
This gets Gentoo work on simple configs with static IPs or DHCP on physical interfaces. This gets Gentoo bootable again. | |||
2015-04-08 | Ensure cloud-local-init comes up before network | Surojit Pathak | |
This is to prevent network service use residual config, if available, viz. booting from snapshot image etc. Removing the dependency on remote_fs service. | |||
2014-09-29 | sysvinit/freebsd: set sane PATH | Scott Moser | |
2014-08-10 | fix: Set the environment var CLOUD_CFG to specify the location of | Harm Weites | |
cloud.cfg since -f is not used for that. Given the importance of this file/location, it's explicitly beeing set in the initscripts instead of trusting on something in /etc/defaults. | |||
2014-08-09 | fix: Use -f to properly load the configfile. | Harm Weites | |
2014-08-09 | change: C-i is installed in /usr/local/. | Harm Weites | |
2014-08-09 | fix: Command (the binary) is cloud-init, not cloud_init. | Harm Weites | |
2014-08-09 | change: Cloud-init config should go under /usr/local since /etc/ is reserved | Harm Weites | |
for base. | |||
2014-08-09 | fix: The correct path end with an s. | Harm Weites | |
2014-02-05 | Init script after consistency | Nate House nathan.house@rackspace.com | |
2014-02-05 | Cleanup and cloud-init-local local/net mount dep fix | Nate House nathan.house@rackspace.com | |
2014-02-03 | Added is_excluded tests and updated gentoo init script | Nate House nathan.house@rackspace.com | |
2014-02-03 | Fix merge conflict | Nate House nathan.house@rackspace.com | |
2014-01-24 | Fixes gentoo sysvinit ordering | Nate House nathan.house@rackspace.com | |
2014-01-23 | Initial add Gentoo distro | Nate House nathan.house@rackspace.com | |
2014-01-17 | Fix defaulting | Joshua Harlow | |
2014-01-17 | More white space fix | Joshua Harlow | |
2014-01-17 | White space fix | Joshua Harlow | |
2014-01-17 | Fix curly braces | Joshua Harlow | |
2014-01-17 | Add freebsd rc.d/sysvinit scripts | Joshua Harlow | |
2013-07-25 | pull in fixes for debian bug 712985 | Scott Moser | |
2013-07-19 | move redhat sysvinit scripts | Juerg Haefliger | |
2013-07-16 | Add SysV init scripts for Debian | Juerg Haefliger | |
2013-02-21 | Modify init-scripts to be able to run both on RHEL and Debian. | Vlastimil Holer | |
2012-10-04 | For the cloud-init rc.d ensure that the | Joshua Harlow | |
cloud-init-local mode is attempted as a hard requirement (instead of the previous soft requirement) which in the rhel5.6 case makes it not run in the right order. | |||
2012-07-10 | Tweaks to sysvinit so that cloud-init-local will run before | Joshua Harlow | |
cloud-init, but there will not be a strong dependency between them if cloud-init-local is missing. | |||
2012-07-09 | Adjust the sysvinit local script to provide 'cloud-init-local' and have | Joshua Harlow | |
the cloud-config script depend on that as well. This is a portion of revno 573 at lp:~harlowja/cloud-init/rework . | |||
2012-07-06 | setup.py: rename "daemon type" to "init system" | Scott Moser | |
This brings with it other changes, and also makes an install install all of the requisite init files. (ie, cloud-init needs the -local and the non-local) |