We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5c4cf commit 8dec495Copy full SHA for 8dec495
1 file changed
core-services/03-filesystems.sh
@@ -40,7 +40,7 @@ if [ -x /usr/bin/zpool -a -x /usr/bin/zfs ]; then
40
fi
41
42
msg "Mounting ZFS file systems..."
43
- zfs mount -a
+ zfs mount -a -l
44
45
msg "Sharing ZFS file systems..."
46
zfs share -a
0 commit comments