Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-01 | resort to "starts with" to find mime type only on plain/text (LP: #600799) | Scott Moser | |
The starts-with determination of mime type was overriding an explicit setting in the mime-type. This was evident when the mime type specified boothook, but the content began with '#!'. In that case, the content would run as a user script rather than boothook. LP: #600799 | |||
2010-06-18 | add 'cloud-boothook' type | Scott Moser | |
if user data is of type text/cloud-boothook, or begins with #cloud-boothook, then assume it to be code to be executed. Boothooks are a very simple format. Basically, its a one line header ('#cloud-config\n') and then executable payload. The executable payload is written to a file, then that file is executed at the time it is read. The file is left in /var/lib/cloud/data/boothooks There is no "first-time-only" protection. If running only once is desired, the boothook must handle that itself. | |||
2010-06-15 | add vi modelines to python files | Scott Moser | |
2010-02-04 | add copyright information | Scott Moser | |
2010-02-03 | globally remove ec2init and rename to cloudinit | Scott Moser | |