unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75271] [PATCH] gnu: Fix RISC-V kernel config.
@ 2025-01-01 23:20 Leo Famulari
  2025-01-03 19:17 ` bug#75271: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2025-01-01 23:20 UTC (permalink / raw)
  To: 75271

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#75271: [PATCH] gnu: Fix RISC-V kernel config.
  2025-01-01 23:20 [bug#75271] [PATCH] gnu: Fix RISC-V kernel config Leo Famulari
@ 2025-01-03 19:17 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2025-01-03 19:17 UTC (permalink / raw)
  To: 75271-done

Pushed as f1669d5cd8a52a1e034e46451787db396aa530ec with some related
fixes




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-03 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-01 23:20 [bug#75271] [PATCH] gnu: Fix RISC-V kernel config Leo Famulari
2025-01-03 19:17 ` bug#75271: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).