diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-10-03 07:45:02 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-10-03 07:45:02 -0400 |
commit | 8c8bee9afd2e3a03498f868e8a4159af157c055f (patch) | |
tree | e90a28b7ec9f2dbcb9267e02e1f6aec1176354e0 /doc | |
parent | ea88f3e1208ba501b50d1f41187b83cf11f15785 (diff) | |
parent | 26d2c9a3b4b9fdcdd0d26b62df2aad68ee480f62 (diff) | |
download | vyos-cloud-init-8c8bee9afd2e3a03498f868e8a4159af157c055f.tar.gz vyos-cloud-init-8c8bee9afd2e3a03498f868e8a4159af157c055f.zip |
merge from trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config-growpart.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/examples/cloud-config-growpart.txt b/doc/examples/cloud-config-growpart.txt index 705f02c2..a459573d 100644 --- a/doc/examples/cloud-config-growpart.txt +++ b/doc/examples/cloud-config-growpart.txt @@ -19,6 +19,15 @@ # examples: # devices: [/, /dev/vdb1] # +# ignore_growroot_disabled: +# a boolean, default is false. +# if the file /etc/growroot-disabled exists, then cloud-init will not grow +# the root partition. This is to allow a single file to disable both +# cloud-initramfs-growroot and cloud-init's growroot support. +# +# true indicates that /etc/growroot-disabled should be ignored +# growpart: mode: auto devices: ['/'] + ignore_growroot_disabled: false |