From 14fb8590f0346e1303a89c657746684f8daa6aa8 Mon Sep 17 00:00:00 2001 From: Evelyn Pai Date: Tue, 5 Jul 2022 16:47:19 -0700 Subject: reflect current kernel version in documentation --- docs/contributing/build-vyos.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index 351398e3..ffcda151 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -348,7 +348,12 @@ system: .. code-block:: none vyos@vyos:~$ uname -r - 4.19.146-amd64-vyos + 5.10.128-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. 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 -- cgit v1.2.3 From 89e0aa2058615795850d6b313d11edaf1ea33286 Mon Sep 17 00:00:00 2001 From: Evelyn Pai Date: Wed, 10 Aug 2022 22:50:30 -0700 Subject: update kernel comment to reflect 1.4 and 1.3 --- docs/contributing/build-vyos.rst | 8 ++++---- 1 file 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 -- cgit v1.2.3 From fbff883dc54233b2d1071a754040fcaf7878799b Mon Sep 17 00:00:00 2001 From: Evelyn Pai Date: Wed, 10 Aug 2022 22:53:10 -0700 Subject: lint error and link to phabricator --- docs/contributing/build-vyos.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index a5761fb5..2f08c68a 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -352,8 +352,10 @@ system: .. note:: ``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. + 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. https://phabricator.vyos.net/T3318 tracks Kernel changes for the + current release. 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 -- cgit v1.2.3