diff options
author | Evelyn Pai <rickyp999+github@gmail.com> | 2022-07-05 16:47:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 16:47:19 -0700 |
commit | 14fb8590f0346e1303a89c657746684f8daa6aa8 (patch) | |
tree | e431891079df9c9bc607dfc0b0b3c273e67e1e89 /docs/contributing | |
parent | 313645bf9ac24c8b5f2168f4b7ff26d64cc980ca (diff) | |
download | vyos-documentation-14fb8590f0346e1303a89c657746684f8daa6aa8.tar.gz vyos-documentation-14fb8590f0346e1303a89c657746684f8daa6aa8.zip |
reflect current kernel version in documentation
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/build-vyos.rst | 7 |
1 files changed, 6 insertions, 1 deletions
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 |