diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-02-04 14:10:48 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-02-04 14:10:48 -0500 |
commit | 0fe565c715bac77b0dd1d1b4c9dd2cbe0c07c0c3 (patch) | |
tree | 193a454d4ca991fe5c4200fdf8f090e6d9380fc5 | |
parent | a91f183856451ed6916b512d314da7374f1af8c8 (diff) | |
download | vyos-cloud-init-0fe565c715bac77b0dd1d1b4c9dd2cbe0c07c0c3.tar.gz vyos-cloud-init-0fe565c715bac77b0dd1d1b4c9dd2cbe0c07c0c3.zip |
update changelog
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ - fix for puppet configuration options (LP: #709946) [Ryan Lane] - fix pickling of DataSource, which broke seeding. - turn resize_rootfs default to True + - avoid mounts in DataSourceOVF if 'read' on device fails + 'mount /dev/sr0' for an empty virtual cdrom device was taking 18 seconds 0.6.0: - change permissions of /var/log/cloud-init.log to accomodate syslog writing to it (LP: #704509) |