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:28:31 +0100 |
commit | e2bab09cc31ed41149409bafe0a19568f244a963 (patch) | |
tree | 8ea7ba86b9665bd29499f3e0113ffbfa819b434d | |
parent | a9e8e45dff3c37b8cfbbc52629329d78488e114d (diff) | |
download | vyos-1x-e2bab09cc31ed41149409bafe0a19568f244a963.tar.gz vyos-1x-e2bab09cc31ed41149409bafe0a19568f244a963.zip |
T3912: use a more informative default login banner
(cherry picked from commit 5d39a113bdef82e201aa43f848217c30db2f6fd9)
-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 569010735..6a8dac318 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 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 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 """ |