[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74285: [PATCH] Export file-system-modules from linux-initrd.scm
From: |
Ludovic Courtès |
Subject: |
bug#74285: [PATCH] Export file-system-modules from linux-initrd.scm |
Date: |
Mon, 18 Nov 2024 10:02:01 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Daniel Khodabakhsh <d.khodabakhsh@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@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!