diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-03-25 21:26:18 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-03-25 21:26:18 -0400 |
commit | fb6d13ad28b5b2a61a65b5b6810b1f244cbb91e0 (patch) | |
tree | c4db81da124ffe19c42151ed89aad52d2b59f37b /upstart | |
parent | 93c4ba884a6b1954dbb03ce0c2674b58f0c94249 (diff) | |
download | vyos-cloud-init-fb6d13ad28b5b2a61a65b5b6810b1f244cbb91e0.tar.gz vyos-cloud-init-fb6d13ad28b5b2a61a65b5b6810b1f244cbb91e0.zip |
This runs could-config-mounts on 'filesystem' event rather than on
cloud-config. Doing so means the collision that was occuring with
upstart/mountall will not occur. However, it also means any mounts
configured will not be mounted until later. LP: #527825
LP: #527825
Diffstat (limited to 'upstart')
-rw-r--r-- | upstart/cloud-config-mounts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upstart/cloud-config-mounts.conf b/upstart/cloud-config-mounts.conf index 81a0befa..cbe15256 100644 --- a/upstart/cloud-config-mounts.conf +++ b/upstart/cloud-config-mounts.conf @@ -2,7 +2,7 @@ # includes enabling swap description "Setup mount points in fstab per config" -start on cloud-config +start on filesystem console output task |