diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-18 21:05:57 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-18 21:05:57 -0700 |
commit | 5917096c8c686b10cf24a0b4c63eb075726f87df (patch) | |
tree | 17995847c0f0dabbc5a0eac1b615a503de0f1aaa | |
parent | 9daaba92fbef013768cc7c601df012ef2eb49686 (diff) | |
download | vyos-cloud-init-5917096c8c686b10cf24a0b4c63eb075726f87df.tar.gz vyos-cloud-init-5917096c8c686b10cf24a0b4c63eb075726f87df.zip |
1. Removed the welcome message for now :-)
-rw-r--r-- | config/cloud.cfg | 6 | ||||
-rw-r--r-- | templates/welcome_msg.tmpl | 15 |
2 files changed, 2 insertions, 19 deletions
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 diff --git a/templates/welcome_msg.tmpl b/templates/welcome_msg.tmpl deleted file mode 100644 index 999202cc..00000000 --- a/templates/welcome_msg.tmpl +++ /dev/null @@ -1,15 +0,0 @@ - _ - _( )_ - ( ) - (_______) - _ \ \ \ \ - _( )_ _ - ( ) _( )_ -(_______) ( ) - \ \ \ \ (_______) - \ \ \ \ - -Cloud-init v. {{version}} -Starting stage: {{stage}} on {{timestamp}} -System uptime: {{uptime}} seconds --- |