diff options
Diffstat (limited to 'doc/examples/cloud-config.txt')
-rw-r--r-- | doc/examples/cloud-config.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index a32fd038..0737aea7 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -275,3 +275,9 @@ rsyslog: - filename: 01-examplecom.conf content: | *.* @@syslogd.example.com + +# resize_rootfs should the / filesytem be resized on first boot +# this allows you to launch an instance with a larger disk / partition +# and have the instance automatically grow / to accomoddate it +# set to 'False' to disable +resize_rootfs: True |