updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / zfs-fuse / zfs-fuse.confd
blobb49d4271539067d4b65e395da51e6b7e4447eab0
1 # zfs-fuse configuraton file
3 # array with dataset (pools) to import
4 # use "-a" to import everything
6 ZFS_IMPORT=("") # ("-a")
8 # array with datasets to mount
9 # use "-a" to mount everything
10 # this has to be a subset of ZFS_IMPORT or mounting will fail
12 ZFS_MOUNT=("") # ("-a")
14 # how long to wait for zfs-fuse daemon to come up
15 ZFS_DELAY=1