diff options
-rw-r--r-- | core-services/03-filesystems.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core-services/03-filesystems.sh b/core-services/03-filesystems.sh index 5430646..5053e99 100644 --- a/core-services/03-filesystems.sh +++ b/core-services/03-filesystems.sh @@ -40,7 +40,7 @@ if [ -x /usr/bin/zpool -a -x /usr/bin/zfs ]; then fi msg "Mounting ZFS file systems..." - zfs mount -a + zfs mount -a -l msg "Sharing ZFS file systems..." zfs share -a |