me
/
guix
Archived
1
0
Fork 0

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>
master
raingloom 2020-04-03 07:00:41 +02:00 committed by Danny Milosavljevic
parent 23b37c3d40
commit 27efeef306
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@ FILE-SYSTEMS."
("btrfs" => '("btrfs"))
("iso9660" => '("isofs"))
("jfs" => '("jfs"))
("f2fs" => '("f2fs" "crc32_generic"))
(else '())))
(define (file-system-modules file-systems)