From a2e588b027dd038f029727935ab07c0bacadcdc9 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 15 Jun 2012 17:37:17 -0700 Subject: Added a new transform that can be used to show and initial welcome message to users. It is similar to the final msg one, but is used at the start of cloud init instead. --- templates/welcome_msg.tmpl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/welcome_msg.tmpl (limited to 'templates/welcome_msg.tmpl') diff --git a/templates/welcome_msg.tmpl b/templates/welcome_msg.tmpl new file mode 100644 index 00000000..999202cc --- /dev/null +++ b/templates/welcome_msg.tmpl @@ -0,0 +1,15 @@ + _ + _( )_ + ( ) + (_______) + _ \ \ \ \ + _( )_ _ + ( ) _( )_ +(_______) ( ) + \ \ \ \ (_______) + \ \ \ \ + +Cloud-init v. {{version}} +Starting stage: {{stage}} on {{timestamp}} +System uptime: {{uptime}} seconds +-- -- cgit v1.2.3