diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-10-17 09:39:47 -0400 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2021-10-17 09:40:42 -0400 |
commit | 1d360c2ea7065805636acb709af14f01d54c188c (patch) | |
tree | f6b28c13b584822b5449c7c79a36924fb780d4f4 | |
parent | f9c89e3565037b4f60aef2577f9fdaa70da7b751 (diff) | |
download | vyos-build-1d360c2ea7065805636acb709af14f01d54c188c.tar.gz vyos-build-1d360c2ea7065805636acb709af14f01d54c188c.zip |
T3912: use a more informative default login banner
-rw-r--r-- | data/live-build-config/includes.chroot/etc/motd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/live-build-config/includes.chroot/etc/motd b/data/live-build-config/includes.chroot/etc/motd new file mode 100644 index 00000000..f353136d --- /dev/null +++ b/data/live-build-config/includes.chroot/etc/motd @@ -0,0 +1,10 @@ +Welcome to VyOS! + +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 + |