summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-06-15 17:37:17 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-06-15 17:37:17 -0700
commita2e588b027dd038f029727935ab07c0bacadcdc9 (patch)
tree209b616fceea340eee54922ff890a77ddf410368 /templates
parentaa69b001e0624ca297b199984b28e9d5401a439f (diff)
downloadvyos-cloud-init-a2e588b027dd038f029727935ab07c0bacadcdc9.tar.gz
vyos-cloud-init-a2e588b027dd038f029727935ab07c0bacadcdc9.zip
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.
Diffstat (limited to 'templates')
-rw-r--r--templates/welcome_msg.tmpl15
1 files changed, 15 insertions, 0 deletions
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
+--