diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-11-09 20:06:05 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-11-09 20:06:05 -0500 |
commit | 0e0e590b60ad3f5d1ef66ef7f7df271c4bc09c7f (patch) | |
tree | f7714238b8c942a57ef323a4dfbc302eb8dd6ccb /ChangeLog | |
parent | 74fe2d2c661d70e5ec93ebde036d927c0f9ed15c (diff) | |
parent | f1db8eaa68dadaae6a591339f69994e3afb589c3 (diff) | |
download | vyos-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |