mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: linux-initrd: Fix f2fs module dependencies
The linux kernel has renamed the crc32_generic module to crc32_cryptoapi. This fixes the f2fs-root-os system test. * gnu/system/linux-initrd.scm (file-system-type-modules): update module name Change-Id: I73a135e453434e726ea9d3ff99ab1a83b4810a10 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a0321563eb
commit
fd888ddf63
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ FILE-SYSTEMS."
|
|||
("btrfs" => '("btrfs"))
|
||||
("iso9660" => '("isofs"))
|
||||
("jfs" => '("jfs"))
|
||||
("f2fs" => '("f2fs" "crc32_generic"))
|
||||
("f2fs" => '("f2fs" "crc32_cryptoapi"))
|
||||
("xfs" => '("xfs"))
|
||||
(else '())))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue