[PATCH] Export file-system-modules from linux-initrd.scm

  • Done
  • quality assurance status badge
Details
2 participants
  • Daniel Khodabakhsh
  • Ludovic Courtès
Owner
unassigned
Submitted by
Daniel Khodabakhsh
Severity
normal
D
D
Daniel Khodabakhsh wrote on 9 Nov 18:15 +0100
(address . guix-patches@gnu.org)
CAADuFnLeOUidOzBs5UPfOC++GX6q8g-6hwjReVhdEMYRHHNGjA@mail.gmail.com
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(+)

Toggle diff (14 lines)
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
L
L
Ludovic Courtès wrote on 18 Nov 10:02 +0100
(name . Daniel Khodabakhsh)(address . d.khodabakhsh@gmail.com)(address . 74285-done@debbugs.gnu.org)
87plmsgbjq.fsf@gnu.org
Daniel Khodabakhsh <d.khodabakhsh@gmail.com> skribis:

Toggle quote (14 lines)
> 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.

Tweaked the commit log and applied it. Thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 74285@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74285
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch