nixos: f2fs filesystem module support (close #2085)

This commit is contained in:
Emery Hemingway
2014-03-25 16:39:10 -04:00
committed by Vladimír Čunát
parent c0a30a4b51
commit c96d5fe170
5 changed files with 43 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ checkFS() {
# does (minutes versus seconds).
if test -z "@checkJournalingFS@" -a \
\( "$fsType" = ext3 -o "$fsType" = ext4 -o "$fsType" = reiserfs \
-o "$fsType" = xfs -o "$fsType" = jfs \)
-o "$fsType" = xfs -o "$fsType" = jfs -o "$fsType" = f2fs \)
then
return 0
fi