From: ludo@gnu.org (Ludovic Courtès)
To: "Tomáš Čech" <sleep_walker@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [WIP PATCH] linux-initrd: Allow own set of kernel modules.
Date: Thu, 28 Jul 2016 15:05:34 +0200 [thread overview]
Message-ID: <8737mtj4kh.fsf@gnu.org> (raw)
In-Reply-To: <20160728104224.10523-1-sleep_walker@gnu.org> ("Tomáš Čech"'s message of "Thu, 28 Jul 2016 12:42:24 +0200")
Tomáš Čech <sleep_walker@gnu.org> skribis:
> * gnu/system/linux-initrd.scm(base-initrd): Add `linux-modules'
> parameter. Rename former `linux-modules' to
> `default-linux-modules'. Introduce used-linux-modules to make the code
> more readable.
> ---
> gnu/system/linux-initrd.scm | 12 +++++++++---
> 1 file changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
> index bbaa5c0..4934c92 100644
> --- a/gnu/system/linux-initrd.scm
> +++ b/gnu/system/linux-initrd.scm
> @@ -138,6 +138,7 @@ MODULES and taken from LINUX."
> qemu-networking?
> (virtio? #t)
> volatile-root?
> + (linux-modules #f)
> (extra-modules '()))
> "Return a monadic derivation that builds a generic initrd, with kernel
> modules taken from LINUX. FILE-SYSTEMS is a list of file-systems to be
It seems to serve the same purpose as #:extra-modules, no?
https://www.gnu.org/software/guix/manual/html_node/Initial-RAM-Disk.html
Ludo’.
next prev parent reply other threads:[~2016-07-28 13:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-28 10:42 [WIP PATCH] linux-initrd: Allow own set of kernel modules Tomáš Čech
2016-07-28 13:05 ` Ludovic Courtès [this message]
2016-07-28 13:35 ` Tomáš Čech
2016-07-28 15:32 ` Ludovic Courtès
2016-07-28 16:53 ` Tobias Geerinckx-Rice
2016-07-30 15:38 ` Alex Kost
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=8737mtj4kh.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=sleep_walker@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).