[pve-devel] [PATCH docs 3/3] boot: update list of synced kernels
Fabian Grünbichler
f.gruenbichler at proxmox.com
Mon Jul 15 11:35:06 CEST 2019
to match what the hook actually does in the latest version
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
the hook previously only marked the series meta packages as not
autoremovable, but did not sync any of their kernels.
system-booting.adoc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/system-booting.adoc b/system-booting.adoc
index fc8d896..0af4bd1 100644
--- a/system-booting.adoc
+++ b/system-booting.adoc
@@ -86,8 +86,9 @@ The following kernel versions are configured by default:
* the currently running kernel
* the version being newly installed on package updates
-* the two latest kernels
-* the latest version of each kernel series (e.g. 4.15, 5.0).
+* the two latest already installed kernels
+* the latest version of the second-to-last kernel series (e.g. 4.15, 5.0), if applicable
+* any manually selected kernels (see below)
The ESPs are not kept mounted during regular operation, in contrast to `grub`,
which keeps an ESP mounted on `/boot/efi`. This helps to prevent filesystem
--
2.20.1
More information about the pve-devel
mailing list