From: Daniel Khodabakhsh <d.khodabakhsh@gmail.com>
To: 74285@debbugs.gnu.org
Subject: [bug#74285] [PATCH] Export file-system-modules from linux-initrd.scm
Date: Sat, 9 Nov 2024 17:15:23 +0000 [thread overview]
Message-ID: <CAADuFnLeOUidOzBs5UPfOC++GX6q8g-6hwjReVhdEMYRHHNGjA@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1101 bytes --]
This change adds `file-system-modules` as one of the exports in
gnu/system/linux-initrd.scm.
Exporting `file-system-modules` allows users who are defining (initrd)
with (raw-initrd) to automatically provide file system specific
modules to the #:linux-modules parameter.
Similar to how the currently exported `file-system-packages` is used
to populated (raw-initrd)'s #:helper-packages parameter.
From 9c7c4e0ff3726f4a4d71102a2f7ad34704318af4 Mon Sep 17 00:00:00 2001
From: Daniel Khodabakhsh <d.khodabakhsh@gmail.com>
Date: Sat, 9 Nov 2024 08:38:37 -0800
Subject: [PATCH] Export file-system-modules from gnu/system/linux-initrd.scm.
---
gnu/system/linux-initrd.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index f902637..dc08edc 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -49,6 +49,7 @@ (define-module (gnu system linux-initrd)
%base-initrd-modules
raw-initrd
file-system-packages
+ file-system-modules
base-initrd))
--
2.46.0
[-- Attachment #2: 0001-Export-file-system-modules-from-gnu-system-linux-ini.patch --]
[-- Type: application/octet-stream, Size: 707 bytes --]
From 9c7c4e0ff3726f4a4d71102a2f7ad34704318af4 Mon Sep 17 00:00:00 2001
From: Daniel Khodabakhsh <d.khodabakhsh@gmail.com>
Date: Sat, 9 Nov 2024 08:38:37 -0800
Subject: [PATCH] Export file-system-modules from gnu/system/linux-initrd.scm.
---
gnu/system/linux-initrd.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index f902637..dc08edc 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -49,6 +49,7 @@ (define-module (gnu system linux-initrd)
%base-initrd-modules
raw-initrd
file-system-packages
+ file-system-modules
base-initrd))
\f
--
2.46.0
next reply other threads:[~2024-11-09 17:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-09 17:15 Daniel Khodabakhsh [this message]
2024-11-18 9:02 ` bug#74285: [PATCH] Export file-system-modules from linux-initrd.scm Ludovic Courtès
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAADuFnLeOUidOzBs5UPfOC++GX6q8g-6hwjReVhdEMYRHHNGjA@mail.gmail.com \
--to=d.khodabakhsh@gmail.com \
--cc=74285@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.