From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 4AjnICa8tWKdTAEAbAwnHQ (envelope-from ) for ; Fri, 24 Jun 2022 15:29:10 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id QI/UHya8tWJeIgAAG6o9tA (envelope-from ) for ; Fri, 24 Jun 2022 15:29:10 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id E41E5E369 for ; Fri, 24 Jun 2022 15:29:09 +0200 (CEST) Received: from localhost ([::1]:59822 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4jMy-0006zB-77 for larch@yhetil.org; Fri, 24 Jun 2022 09:29:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35160) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4jMt-0006x2-Bt for guix-patches@gnu.org; Fri, 24 Jun 2022 09:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47532) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o4jMt-0002X3-3C for guix-patches@gnu.org; Fri, 24 Jun 2022 09:29:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o4jMs-0005T4-WD for guix-patches@gnu.org; Fri, 24 Jun 2022 09:29:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55231] [PATCH v4 2/2] doc: =?UTF-8?Q?=E2=80=98initrd-modules=E2=80=99?= will search =?UTF-8?Q?=E2=80=98kernel-loadable-modules=E2=80=99.?= Resent-From: Brian Cully Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 24 Jun 2022 13:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55231 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55231@debbugs.gnu.org Cc: Brian Cully Received: via spool by 55231-submit@debbugs.gnu.org id=B55231.165607732820984 (code B ref 55231); Fri, 24 Jun 2022 13:29:02 +0000 Received: (at 55231) by debbugs.gnu.org; 24 Jun 2022 13:28:48 +0000 Received: from localhost ([127.0.0.1]:41428 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4jMd-0005SN-HG for submit@debbugs.gnu.org; Fri, 24 Jun 2022 09:28:47 -0400 Received: from coleridge.kublai.com ([166.84.7.167]:52568 helo=mail.spork.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4jMT-0005Ru-QZ for 55231@debbugs.gnu.org; Fri, 24 Jun 2022 09:28:42 -0400 Received: from psyduck.jhoto.kublai.com (ool-18b8e9e7.dyn.optonline.net [24.184.233.231]) by mail.spork.org (Postfix) with ESMTPSA id 96EDB3E11; Fri, 24 Jun 2022 09:28:37 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1656077317; bh=bOBi/e8drletEjC3kmo7KDSQNKfcz5WkXNnad3E8Glo=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=a8PIyleX1B7snw+rMOsCr0kVWzp5F5YuE8edpr5WF9Wb3mBmGW8shT1kW/TSuhGmL sMk76pjPMMwJuSuTIvKeXIuzlsZgQnsuhQIHLxQAhb6WLlVJxlpbQF8CSfTOA83RJq 1TziiQUuLwZE+YGi7niFxTC6xMAoHRKQlW50NCL0= Date: Fri, 24 Jun 2022 09:28:26 -0400 Message-Id: X-Mailer: git-send-email 2.36.1 In-Reply-To: <10a6842d1a6bde797d82d6b8107660bedce8b956.1656077306.git.bjc@spork.org> References: <10a6842d1a6bde797d82d6b8107660bedce8b956.1656077306.git.bjc@spork.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: Brian Cully X-ACL-Warn: , Brian Cully via Guix-patches From: Brian Cully via Guix-patches via X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1656077350; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=Mu8TEeR4JgN8RimWhsUSfSfOh1WWSxI+eHuop87vdTE=; b=Ze/L1Q00f3pYATJjFTfH1LLnkqM+HqdlssMWnj8fu1tTN6wegiScLluUVt/w6obgSLW5Gy 88SkTIQJV1O+YJjt3H3hUtV5uENJTm26u6ELnjubNMHeW3jyABHr1elT9oqp8/fbPZnacO dv/cPCRPFsjbHFVchZIs0jS9PiiLf358QS3aqrF2A5guCjxeLoSQPYAoAoLAhdKtY8sZBW GM+FEODuPrte7yoLyWftrKUYUCUryPqJuWzGxedd34/Ln7rlGTDMmzcWn8TsXI3WUHusNL jFLXEr2D4FnXhQ42dARqreHgeP6ZF15SB8FCa/GGZztDSjubyhbHPuMq6jn/hg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656077350; a=rsa-sha256; cv=none; b=n7hB/msNtgY3Z7u5couRZ3SR6o0GMzhheQcdJAqgTs6fnTIwrNXdky4qvwRtYQKtaTf7QJ GGegnWhRdT1RQbWMI3LhjoZlLkNhEsFe/d33hz2BC/nUYDQHbTQPQBssZzxNhJNRLYrTpQ aJUva079+TCE5GBCCwWzYHFElx2gqQk8hHkN2nehW4EtnkC6Cl5dGOxuV0dQpfojSglNoO VNso/IgbAfRCx4RD5PyAzcjOtX8KwJ4BoHyHTvDEYZDj4NdoU/RGy+dL3a8/OCc0BN0LaX gtERPWlmRlQ89SmOmM/BihBgPy0T/kEBCdXMf50U5FAahs3EvRVUWJ7atiPBQw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=spork.org header.s=dkim header.b=a8PIyleX; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.76 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=spork.org header.s=dkim header.b=a8PIyleX; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: E41E5E369 X-Spam-Score: -3.76 X-Migadu-Scanner: scn0.migadu.com X-TUID: T3Z0cRBVXguY --- doc/guix.texi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index eda0956260..7c4682a76d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -36461,6 +36461,21 @@ Initial RAM Disk (initrd-modules (cons "megaraid_sas" %base-initrd-modules))) @end lisp +If a module listed in @code{initrd-modules} is not included in the +Linux-libre kernel, then the location to it must be added to the +@code{kernel-loadable-modules} list. + +For example, if you need the driver for a Realtek RTL8821CE wireless +network adapter for mounting the root filesystem over NFS, your +configuration might include the following: + +@lisp +(operating-system + ;; @dots{} + (initrd-modules (cons "8821ce" %base-initrd-modules)) + (kernel-loadable-modules (list (list rtl8821ce-linux-module "module")))) +@end lisp + @defvr {Scheme Variable} %base-initrd-modules This is the list of kernel modules included in the initrd by default. @end defvr -- 2.36.1