From 5917096c8c686b10cf24a0b4c63eb075726f87df Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 18 Jun 2012 21:05:57 -0700 Subject: 1. Removed the welcome message for now :-) --- config/cloud.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/cloud.cfg b/config/cloud.cfg index 7a6bf243..b11b5aa5 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -21,10 +21,8 @@ preserve_hostname: false # The transform that run in the 'init' stage cloud_init_modules: # This is the hash way of specifying a transform - - name: welcome-message -# This argument list will get passed to the transform when activated - args: - - init + - name: bootcmd +# This is the string way of specifying a transform - bootcmd - resizefs - set-hostname -- cgit v1.2.3