From a68580956927cd4998091e844783924ffb3009ee Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 20 Jan 2011 17:18:22 -0500 Subject: add 'resize_rootfs' cloud-config option. --- doc/examples/cloud-config.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3