GNU bug report logs -
#75271
[PATCH] gnu: Fix RISC-V kernel config.
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Wed, 1 Jan 2025 23:22:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/aux-files/linux-libre/6.11-riscv.conf: Use a Guix-y path to find
`modprobe`.
Change-Id: I76ceb878d00c2fdd04081143b1eec7e4485adfb1
---
gnu/packages/aux-files/linux-libre/6.11-riscv.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/aux-files/linux-libre/6.11-riscv.conf b/gnu/packages/aux-files/linux-libre/6.11-riscv.conf
index a365ff6e31..fad0e5ba7e 100644
--- a/gnu/packages/aux-files/linux-libre/6.11-riscv.conf
+++ b/gnu/packages/aux-files/linux-libre/6.11-riscv.conf
@@ -666,7 +666,7 @@ CONFIG_MODULE_COMPRESS_NONE=y
# CONFIG_MODULE_COMPRESS_XZ is not set
# CONFIG_MODULE_COMPRESS_ZSTD is not set
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
-CONFIG_MODPROBE_PATH="/sbin/modprobe"
+CONFIG_MODPROBE_PATH="/run/current-system/profile/bin/modprobe"
# CONFIG_TRIM_UNUSED_KSYMS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
base-commit: ce44a0922979d2ade902638afb9b0d28b160def0
--
2.46.0
This bug report was last modified 190 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.