diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-20 17:18:22 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-20 17:18:22 -0500 |
commit | a68580956927cd4998091e844783924ffb3009ee (patch) | |
tree | 76e2a3c8fddd9450a1125b61fbdea30507d33157 /config | |
parent | 05230a34e2617592487e94f392a1eab70d5220b6 (diff) | |
download | vyos-cloud-init-a68580956927cd4998091e844783924ffb3009ee.tar.gz vyos-cloud-init-a68580956927cd4998091e844783924ffb3009ee.zip |
add 'resize_rootfs' cloud-config option.
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 63a67e78..da8c70a6 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -4,6 +4,7 @@ disable_root: 1 preserve_hostname: False cloud_config_modules: + - resizefs - mounts - rsyslog - ssh-import-id |