From ae7071ce0dc280cabf592c903313ea48e54ae88a Mon Sep 17 00:00:00 2001 From: silikonz <81659466+silikonz@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:54:29 -0500 Subject: [PATCH] Fix buildconfig --- troubleshooting/kernel-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting/kernel-debugging.md b/troubleshooting/kernel-debugging.md index 9e468812b8..a085911ee7 100644 --- a/troubleshooting/kernel-debugging.md +++ b/troubleshooting/kernel-debugging.md @@ -380,4 +380,4 @@ sysctl kern.osbuildconfig kern.osbuildconfig: release ``` -And as we can see, we're successfully booting a KASAN kernel. +And as we can see, we're successfully booting a release kernel.