From c9f91b12bb4359a99376b2caed935e2e49013cdc Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 18 Oct 2023 18:56:46 +0200 Subject: [PATCH] boot: kernel cmdline: clarify where kernel version/docs can be found Signed-off-by: Thomas Lamprecht --- system-booting.adoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/system-booting.adoc b/system-booting.adoc index 42b0844..0b32810 100644 --- a/system-booting.adoc +++ b/system-booting.adoc @@ -290,13 +290,19 @@ To apply your changes, run `proxmox-boot-tool refresh`, which sets it as the A complete list of kernel parameters can be found at 'https://www.kernel.org/doc/html/v/admin-guide/kernel-parameters.html'. -replace with the major.minor version (e.g. 5.15). You can -find your kernel version by running +replace with the major.minor version, for example, for +kernels based on version 6.5 the URL would be: +https://www.kernel.org/doc/html/v6.5/admin-guide/kernel-parameters.html + +You can find your kernel version by checking the web interface ('Node -> +Summary'), or by running ---- # uname -r ---- +Use the first two numbers at the front of the output. + [[sysboot_kernel_pin]] Override the Kernel-Version for next Boot ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.39.5