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:
avg 2013-07-09 08:59:39 +00:00
parent a9e12e57cb
commit 22e327d005

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