mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -245,6 +245,9 @@ FILE-SYSTEMS."
|
||||||
'())
|
'())
|
||||||
,@(if (find (file-system-type-predicate "jfs") file-systems)
|
,@(if (find (file-system-type-predicate "jfs") file-systems)
|
||||||
(list jfs_fsck/static)
|
(list jfs_fsck/static)
|
||||||
|
'())
|
||||||
|
,@(if (find (file-system-type-predicate "f2fs") file-systems)
|
||||||
|
(list f2fs-fsck/static)
|
||||||
'())))
|
'())))
|
||||||
|
|
||||||
(define-syntax vhash ;TODO: factorize
|
(define-syntax vhash ;TODO: factorize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue