From 22e327d0053fd6094d76854a6c73d640ef59799a Mon Sep 17 00:00:00 2001 From: avg Date: Tue, 9 Jul 2013 08:59:39 +0000 Subject: 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 --- etc/rc.d/zfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.d/zfs b/etc/rc.d/zfs index cabbcf6..598723a 100755 --- a/etc/rc.d/zfs +++ b/etc/rc.d/zfs @@ -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 -- cgit v1.1