mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
linux-initrd: Add initial support for F2FS.
* gnu/system/linux-initrd.scm (file-system-type-modules): Add f2fs module. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
23b37c3d40
commit
27efeef306
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ (define file-system-type-modules
|
|||
("btrfs" => '("btrfs"))
|
||||
("iso9660" => '("isofs"))
|
||||
("jfs" => '("jfs"))
|
||||
("f2fs" => '("f2fs" "crc32_generic"))
|
||||
(else '())))
|
||||
|
||||
(define (file-system-modules file-systems)
|
||||
|
|
Loading…
Reference in a new issue