diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-12-19 11:16:45 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-12-19 11:23:37 +0700 |
commit | 2f691bb2f61e96d832ca116e388c85cfec1f5ff7 (patch) | |
tree | 2f0f3fa4e10772823110e5209ea73d94be4849ef /data/live-build-config | |
parent | 5e3b2b9afe262e526ac347a77f6187912ab15222 (diff) | |
download | vyos-build-2f691bb2f61e96d832ca116e388c85cfec1f5ff7.tar.gz vyos-build-2f691bb2f61e96d832ca116e388c85cfec1f5ff7.zip |
T4084: add the default VyOS post-login banner to the image
Diffstat (limited to 'data/live-build-config')
-rw-r--r-- | data/live-build-config/includes.chroot/usr/share/vyos/default_motd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/live-build-config/includes.chroot/usr/share/vyos/default_motd b/data/live-build-config/includes.chroot/usr/share/vyos/default_motd new file mode 100644 index 00000000..8f45acf5 --- /dev/null +++ b/data/live-build-config/includes.chroot/usr/share/vyos/default_motd @@ -0,0 +1,9 @@ +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 |