filesystems: add support to mount glusterfs

This commit is contained in:
Pascal Bach
2017-01-26 23:38:06 +01:00
parent 19759cfeab
commit ff3f3399ae
2 changed files with 12 additions and 1 deletions

View File

@@ -216,7 +216,7 @@ in
environment.etc.fstab.text =
let
fsToSkipCheck = [ "none" "btrfs" "zfs" "tmpfs" "nfs" "vboxsf" ];
fsToSkipCheck = [ "none" "btrfs" "zfs" "tmpfs" "nfs" "vboxsf" "glusterfs" ];
skipCheck = fs: fs.noCheck || fs.device == "none" || builtins.elem fs.fsType fsToSkipCheck;
in ''
# This is a generated file. Do not edit!