summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-11-07 20:26:47 +0100
committerChristian Poessinger <christian@poessinger.com>2021-11-07 20:26:47 +0100
commit5d39a113bdef82e201aa43f848217c30db2f6fd9 (patch)
treef796e013ff44101e85b98190cdd5b0cb5cb40e0c
parent3bb06a5549f4af402fc81a18599097b1fe54b365 (diff)
downloadvyos-1x-5d39a113bdef82e201aa43f848217c30db2f6fd9.tar.gz
vyos-1x-5d39a113bdef82e201aa43f848217c30db2f6fd9.zip
T3912: use a more informative default login banner
-rwxr-xr-xsrc/conf_mode/system-login-banner.py13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/conf_mode/system-login-banner.py b/src/conf_mode/system-login-banner.py
index a960a4da3..277a94462 100755
--- a/src/conf_mode/system-login-banner.py
+++ b/src/conf_mode/system-login-banner.py
@@ -22,12 +22,15 @@ from vyos import airbag
airbag.enable()
motd="""
-The programs included with the Debian/VyOS GNU/Linux system are free software;
-the exact distribution terms for each program are described in the
-individual files in /usr/share/doc/*/copyright.
+Welcome to VyOS!
-Debian/VyOS GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
-permitted by applicable law.
+Check out project news at https://blog.vyos.io
+and feel free to report bugs at https://phabricator.vyos.net
+
+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
"""