summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-11-09 20:06:05 -0500
committerScott Moser <smoser@ubuntu.com>2015-11-09 20:06:05 -0500
commit0e0e590b60ad3f5d1ef66ef7f7df271c4bc09c7f (patch)
treef7714238b8c942a57ef323a4dfbc302eb8dd6ccb /ChangeLog
parent74fe2d2c661d70e5ec93ebde036d927c0f9ed15c (diff)
parentf1db8eaa68dadaae6a591339f69994e3afb589c3 (diff)
downloadvyos-cloud-init-0e0e590b60ad3f5d1ef66ef7f7df271c4bc09c7f.tar.gz
vyos-cloud-init-0e0e590b60ad3f5d1ef66ef7f7df271c4bc09c7f.zip
cc_mounts: use 'nofail' if system uses systemd. (LP: #1514485)
'nofail' is the systemd equivalent of the mountall/upstart 'nobootwait'. So, if a system uses systemd, then use 'nofail' in /etc/fstab for ephemeral mounts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea25cb69..8657486f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -67,6 +67,7 @@
- AltCloud: fix call to udevadm settle (LP: #1507526)
- Ubuntu templates: modify sources.list template to provide same sources
as install from server or desktop ISO. (LP: #1177432)
+ - cc_mounts: use 'nofail' if system uses systemd. (LP: #1514485)
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)