summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-02-07 17:03:34 -0500
committerScott Moser <smoser@ubuntu.com>2011-02-07 17:03:34 -0500
commite285b1614b00c5689ac71ec9afcfa83d996b22c0 (patch)
tree54f9df3a9620def7a87106b8d618c00c35a2007e /ChangeLog
parent00ac0cfe971b1891b722455615df2230b0382567 (diff)
downloadvyos-cloud-init-e285b1614b00c5689ac71ec9afcfa83d996b22c0.tar.gz
vyos-cloud-init-e285b1614b00c5689ac71ec9afcfa83d996b22c0.zip
add 'bootcmd' like 'runcmd' to cloud-config syntax for running things early
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6edfb14b..de9468a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,8 @@
the /var/lib/cloud/instance/ link, for a data source that might
not be present on every boot
- make DataSourceEc2 retries and timeout configurable
+ - add helper routines for apt-get update and install
+ - add 'bootcmd' like 'runcmd' to cloud-config syntax for running things early
0.6.0:
- change permissions of /var/log/cloud-init.log to accomodate
syslog writing to it (LP: #704509)