diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-09-20 20:39:55 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-09-20 20:39:55 -0400 |
commit | 35469c11703b1df66b3b14ad06b583d672f39ff5 (patch) | |
tree | e04e01cefb6b1ca3c39a4d782a5236114d81d5e9 /config | |
parent | 266d12c5777d5fba97c374c33cb4f31d50e2d347 (diff) | |
parent | fc97491fef9780a03cca6b78b477cbf75856f46c (diff) | |
download | vyos-cloud-init-35469c11703b1df66b3b14ad06b583d672f39ff5.tar.gz vyos-cloud-init-35469c11703b1df66b3b14ad06b583d672f39ff5.zip |
add support for partitioning and creating filesystems
If the disks that are attached on boot do not have a filesystem
on them, then this module is useful to set that up.
LP: #1218506
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index cce1f376..382cfaf8 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -42,6 +42,7 @@ cloud_config_modules: # Emit the cloud config ready event # this can be used by upstart jobs for 'start on cloud-config'. - emit_upstart + - disk_setup - mounts - ssh-import-id - locale |