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
[Message part 1 (text/plain, inline)]
Your message dated Fri, 3 Jan 2025 14:17:20 -0500
with message-id <Z3g3wEdVwk0MNsGz <at> jasmine.lan>
and subject line Re: [PATCH] gnu: Fix RISC-V kernel config.
has caused the debbugs.gnu.org bug report #75271,
regarding [PATCH] gnu: Fix RISC-V kernel config.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75271: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75271
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Pushed as f1669d5cd8a52a1e034e46451787db396aa530ec with some related
fixes
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.