diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/defaults.json | 2 | ||||
-rw-r--r-- | data/live-build-config/includes.chroot/etc/motd | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/data/defaults.json b/data/defaults.json index 342b0473..2682d978 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -5,7 +5,7 @@ "debian_distribution": "bullseye", "vyos_mirror": "http://dev.packages.vyos.net/repositories/current", "vyos_branch": "current", - "kernel_version": "5.10.73", + "kernel_version": "5.10.74", "kernel_flavor": "amd64-vyos", "release_train": "sagitta", "additional_repositories": [ 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 + |