diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-28 20:47:10 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-28 20:47:10 +0100 |
commit | 0ea3a454cf560171d3eb9d4d1b97b172c06360fe (patch) | |
tree | 70641e8afef125dbb91a4eb086822fd0224755b0 /data/templates/login/default_motd.j2 | |
parent | 6f7d1e15665655e37e8ca830e28d9650445c1217 (diff) | |
download | vyos-1x-0ea3a454cf560171d3eb9d4d1b97b172c06360fe.tar.gz vyos-1x-0ea3a454cf560171d3eb9d4d1b97b172c06360fe.zip |
banner: T6077: implement ASCII contest winner default logo
Implement VyOS ASCII art contest winners logo as the default for our MOTD
Diffstat (limited to 'data/templates/login/default_motd.j2')
-rw-r--r-- | data/templates/login/default_motd.j2 | 14 |
1 files changed, 14 insertions, 0 deletions
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 |