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:
parent
a9e12e57cb
commit
22e327d005
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user