From 882f90c586a1a6ad9c60dc3947b7d2289afdfdae Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Wed, 28 Feb 2024 20:47:10 +0100 Subject: banner: T6077: implement ASCII contest winner default logo Implement VyOS ASCII art contest winners logo as the default for our MOTD (cherry picked from commit 0ea3a454cf560171d3eb9d4d1b97b172c06360fe) --- data/templates/login/default_motd.j2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/templates/login/default_motd.j2 (limited to 'data') diff --git a/data/templates/login/default_motd.j2 b/data/templates/login/default_motd.j2 new file mode 100644 index 000000000..8584d261a --- /dev/null +++ b/data/templates/login/default_motd.j2 @@ -0,0 +1,14 @@ +Welcome to VyOS! + + ┌── ┐ + . VyOS {{ version_data.version }} + └ ──┘ {{ version_data.release_train }} + + * Documentation: https://docs.vyos.io/en/{{ version_data.release_train | replace('current', 'latest') }} + * Project news: https://blog.vyos.io + * Bug reports: https://vyos.dev + +You can change this banner using "set system login banner post-login" command. + +VyOS is a free software distribution that includes multiple components, +you can check individual component licenses under /usr/share/doc/*/copyright -- cgit v1.2.3