unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 75271@debbugs.gnu.org
Subject: [bug#75271] [PATCH] gnu: Fix RISC-V kernel config.
Date: Wed,  1 Jan 2025 18:20:54 -0500	[thread overview]
Message-ID: <370285dbbad966fbd1e5d37f1c94b5ab10ca2eee.1735773654.git.leo@famulari.name> (raw)

* 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





             reply	other threads:[~2025-01-01 23:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-01 23:20 Leo Famulari [this message]
2025-01-03 19:17 ` bug#75271: [PATCH] gnu: Fix RISC-V kernel config Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=370285dbbad966fbd1e5d37f1c94b5ab10ca2eee.1735773654.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=75271@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).