From 8dec495201ed0ebb7208f9b4a5386938a7c9147e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 29 Dec 2020 23:20:21 -0500 Subject: core-services/03-filesystems.sh: load keys as necessary when mounting --- core-services/03-filesystems.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1