GNU bug report logs -
#74285
[PATCH] Export file-system-modules from linux-initrd.scm
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74285 in the body.
You can then email your comments to 74285 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74285
; Package
guix-patches
.
(Sat, 09 Nov 2024 17:16:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Daniel Khodabakhsh <d.khodabakhsh <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 09 Nov 2024 17:16:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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 <at> 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
[0001-Export-file-system-modules-from-gnu-system-linux-ini.patch (application/octet-stream, attachment)]
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Mon, 18 Nov 2024 09:03:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Daniel Khodabakhsh <d.khodabakhsh <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 18 Nov 2024 09:03:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 74285-done <at> debbugs.gnu.org (full text, mbox):
Daniel Khodabakhsh <d.khodabakhsh <at> gmail.com> skribis:
> 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 <at> 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!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 16 Dec 2024 12:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 189 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.