Skip to content

Commit

Permalink
core-services/03-filesystems.sh: load keys as necessary when mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Jan 3, 2021
1 parent 7e5c4cf commit 8dec495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-services/03-filesystems.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dec495

Please sign in to comment.