diff options
author | Evelyn Pai <rickyp999+github@gmail.com> | 2022-08-10 22:50:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 22:50:30 -0700 |
commit | 89e0aa2058615795850d6b313d11edaf1ea33286 (patch) | |
tree | 734624cd236155e34e2216b8b47f4811505baec3 /docs/contributing | |
parent | 14fb8590f0346e1303a89c657746684f8daa6aa8 (diff) | |
download | vyos-documentation-89e0aa2058615795850d6b313d11edaf1ea33286.tar.gz vyos-documentation-89e0aa2058615795850d6b313d11edaf1ea33286.zip |
update kernel comment to reflect 1.4 and 1.3
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/build-vyos.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index ffcda151..a5761fb5 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -348,12 +348,12 @@ system: .. code-block:: none vyos@vyos:~$ uname -r - 5.10.128-amd64-vyos + 5.10.135-amd64-vyos .. note:: - ``5.10.128-amd64-vyos`` represents the kernel version at the time the - documentation was updated on July 5, 2022. It does not reflect the version - used in the latest release. + ``5.10.135-amd64-vyos`` represents the kernel version at the time the + documentation was updated for VyOS 1.4 (Sagitta). It may not reflect the version + used in the latest release. VyOS 1.3 (Equuleus) uses 5.4.x Linux kernels. Other packages (e.g. vyos-1x) add dependencies to the ISO build procedure on e.g. the wireguard-modules package which itself adds a dependency on the kernel |