From fff967e72a214e92fb3d547bda2437eb3c4910ef Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sun, 8 Feb 2026 18:31:25 +0100 Subject: [PATCH] Extend description --- ...6-02-08-kernel-non-obvious-options-for-custom-build.tl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_posts/sysadm/2026-02-08-kernel-non-obvious-options-for-custom-build.tl b/_posts/sysadm/2026-02-08-kernel-non-obvious-options-for-custom-build.tl index 6b2ced7..8c14fa2 100644 --- a/_posts/sysadm/2026-02-08-kernel-non-obvious-options-for-custom-build.tl +++ b/_posts/sysadm/2026-02-08-kernel-non-obvious-options-for-custom-build.tl @@ -4,7 +4,13 @@ title: Kernel non-obvious options for custom build date: 2026-02-08 17:44 +0100 tags: kernel --- -Option names and configuration symbols based on kernel v6.12. +Compiling a custom kernel typically involves removing everything deemed +unnecessary. This ensures the fastest and most secure kernel, as there is no +faster and safer code than nonexistent code. Unfortunately, it's easy to remove +too much: non-obvious elements that are essential for everyday work. + +The option names and configuration symbols you might want to add are based on +kernel v6.12. h2. Bluetooth