rc.d/zfs: pass -v option to zfs mount

this should make boot process more informative (and entertaining)
on systems with lots of zfs filesystems.

MFC after:	7 days
This commit is contained in:
Andriy Gapon 2013-07-09 08:59:39 +00:00
parent 4633a4c379
commit 9a91031836
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253076

View File

@ -23,7 +23,7 @@ zfs_start_jail()
zfs_start_main()
{
zfs mount -a
zfs mount -va
zfs share -a
if [ ! -r /etc/zfs/exports ]; then
touch /etc/zfs/exports