nixos/bcachefs: init module

This commit is contained in:
davidak
2017-08-31 05:39:31 -05:00
committed by Jörg Thalheim
parent bd79b8c9fc
commit 8f389f3316
3 changed files with 30 additions and 0 deletions
@@ -221,6 +221,9 @@ checkFS() {
# Don't check resilient COWs as they validate the fs structures at mount time
if [ "$fsType" = btrfs -o "$fsType" = zfs ]; then return 0; fi
# Skip fsck for bcachefs - not implemented yet.
if [ "$fsType" = bcachefs ]; then return 0; fi
# Skip fsck for inherently readonly filesystems.
if [ "$fsType" = squashfs ]; then return 0; fi