summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-06-17 11:13:16 -0400
committerScott Moser <smoser@ubuntu.com>2011-06-17 11:13:16 -0400
commit971b5878c2699b2b48d7ab7a5e6983d90df4ce84 (patch)
treea1562fa8e9083e0a2d1ca2e3b502ce5bac06c6e0 /ChangeLog
parent03804622f0fa6963ddfe9fa9292b28653665365a (diff)
downloadvyos-cloud-init-971b5878c2699b2b48d7ab7a5e6983d90df4ce84.tar.gz
vyos-cloud-init-971b5878c2699b2b48d7ab7a5e6983d90df4ce84.zip
make the default "fill in" mount entries configurable. (LP: #785542)
The primary motivation for this is so that 'nobootwait' is not hard coded to appear in the fs_opts field. LP: #785542
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0739531..08277222 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,9 @@
and add 'no-port-forwarding,no-agent-forwarding,no-X11-forwarding'
to the default (LP: #798505)
- make 'cloud-config ready' command configurable (LP: #785551)
+ - make fstab fields used to 'fill in' shorthand entries configurable
+ This means you do not have to have 'nobootwait' in the values
+ (LP: #785542)
0.6.1:
- fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509)
- improve comment strings in rsyslog file tools/21-cloudinit.conf