From 1c021f47d88ba6389e159c68bab5512b275b13dd Mon Sep 17 00:00:00 2001 From: ver4a Date: Sun, 25 Jan 2026 17:28:25 +0100 Subject: [PATCH] fix: add correct path to kconfig for scx_lavd --- containers/etc/default/scx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containers/etc/default/scx b/containers/etc/default/scx index ac66ea6..5890294 100644 --- a/containers/etc/default/scx +++ b/containers/etc/default/scx @@ -1 +1,3 @@ SCX_SCHEDULER=scx_lavd + +SCX_FLAGS='--kconfig /usr/lib/modules/$(uname -r)/config'