diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-11-07 20:26:47 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-11-07 20:26:47 +0100 |
commit | 5d39a113bdef82e201aa43f848217c30db2f6fd9 (patch) | |
tree | f796e013ff44101e85b98190cdd5b0cb5cb40e0c | |
parent | 3bb06a5549f4af402fc81a18599097b1fe54b365 (diff) | |
download | vyos-1x-5d39a113bdef82e201aa43f848217c30db2f6fd9.tar.gz vyos-1x-5d39a113bdef82e201aa43f848217c30db2f6fd9.zip |
T3912: use a more informative default login banner
-rwxr-xr-x | src/conf_mode/system-login-banner.py | 13 |
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 """ |