nixos: f2fs filesystem module support (close #2085)
This commit is contained in:
committed by
Vladimír Čunát
parent
c0a30a4b51
commit
c96d5fe170
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user