linux-initrd: Provide fsck for F2FS.
* gnu/system/linux-initrd.scm (file-system-packages): Add F2FS fsck.
This commit is contained in:
parent
da09c63e78
commit
33eab4a10d
@ -245,6 +245,9 @@ FILE-SYSTEMS."
|
||||
'())
|
||||
,@(if (find (file-system-type-predicate "jfs") file-systems)
|
||||
(list jfs_fsck/static)
|
||||
'())
|
||||
,@(if (find (file-system-type-predicate "f2fs") file-systems)
|
||||
(list f2fs-fsck/static)
|
||||
'())))
|
||||
|
||||
(define-syntax vhash ;TODO: factorize
|
||||
|
Loading…
x
Reference in New Issue
Block a user