summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-01-20 17:18:22 -0500
committerScott Moser <smoser@ubuntu.com>2011-01-20 17:18:22 -0500
commita68580956927cd4998091e844783924ffb3009ee (patch)
tree76e2a3c8fddd9450a1125b61fbdea30507d33157 /doc/examples
parent05230a34e2617592487e94f392a1eab70d5220b6 (diff)
downloadvyos-cloud-init-a68580956927cd4998091e844783924ffb3009ee.tar.gz
vyos-cloud-init-a68580956927cd4998091e844783924ffb3009ee.zip
add 'resize_rootfs' cloud-config option.
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/cloud-config.txt6
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